#36719: django.core.files.storage.base.Storage.get_available_name and
get_alternative_name assumes that filenames contain only one dot: the dot
of the extension.
-------------------------------------+-------------------------------------
Reporter: Abdulelah Taher | Owner: vishy
Type: Bug | Status: closed
Component: File | Version: 5.2
uploads/storage |
Severity: Normal | Resolution: duplicate
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls):
* summary:
django.core.files.storage.base.Storage.get_availabe_name and
get_alternative_name assumes that filenames contain only one dot: the
dot of the extenstion.
=>
django.core.files.storage.base.Storage.get_available_name and
get_alternative_name assumes that filenames contain only one dot: the
dot of the extension.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36719#comment:4>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.