We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f6599 commit c849ceeCopy full SHA for c849cee
1 file changed
core/backend/djacket/storage.py
@@ -9,7 +9,7 @@ class OverwriteStorage(FileSystemStorage):
9
Overwrites to a file if it exists on file system.
10
"""
11
12
- def get_available_name(self, name):
+ def get_available_name(self, name, max_length=None):
13
14
If a file with the given name exists in MEDIA_ROOT,
15
it will be removed otherwise it's name is returned.
0 commit comments