summaryrefslogtreecommitdiff
path: root/django/core/files
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...Simon Sawicki2023-01-261-3/+4
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-122-3/+21
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-122-0/+51
* Fixed #34110 -- Added in-memory file storage.Francesco Panico2023-01-102-0/+292
* Refs #34110 -- Added StorageSettingsMixin.Francesco Panico2022-11-112-16/+17
* Refs #34110 -- Reorganized django.core.files.storage into a separate module.Francesco Panico2022-11-113-209/+219
* Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.Yuri Konotopov2022-10-241-6/+8
* Fixed #32604 -- Made file upload respect group id when uploading to a tempora...Mateo Radman2022-04-111-0/+12
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-2/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-073-3/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0710-128/+248
* Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.Florian Apolloner2022-01-041-1/+8
* Updated various links to HTTPS and new locations.Mariusz Felisiak2021-12-021-1/+1
* Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis2021-09-021-1/+4
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek2021-06-071-5/+6
* Fixed #28154 -- Prevented infinite loop in FileSystemStorage.save() when a br...Jacob Walls2021-06-021-1/+1
* Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-131-5/+15
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-5/+2
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-043-0/+26
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal2021-03-191-1/+2
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-301-1/+17
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-4/+7
* Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak2020-09-011-3/+3
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-2/+4
* Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani2019-10-311-1/+1
* Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira19922019-08-301-5/+12
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Fixed "byte string" typo in various docs and comments.Mariusz Felisiak2019-03-281-3/+3
* Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne2019-01-311-18/+12
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-283-4/+4
* Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...Tim Graham2018-10-311-2/+2
* Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.Tim Graham2018-10-171-1/+4
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-262-3/+3
* Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.winkidney2018-08-231-0/+4
* Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...Federico Bond2018-08-201-4/+4
* Fixed typo in ContentFile docstring.Thomas Grainger2018-07-271-1/+1
* Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.Jon Prindiville2018-06-291-5/+4
* Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...Tim Graham2018-06-281-1/+5
* Used datetime.timezone.utc instead of pytz.utc for better performance.Sergey Fedoseev2018-03-201-5/+1
* Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.Sergey Fedoseev2018-03-122-2/+1
* Used cached_property for File.size.Sergey Fedoseev2018-03-101-13/+4
* Fixed #29188 -- Fixed ContentFile.size after a write().Alex Stovbur2018-03-081-0/+4
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-4/+1
* Fixed #28982 -- Simplified code with and/or.Дилян Палаузов2018-01-031-6/+2
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Removed unnecessary parens in various code.Mariusz Felisiak2017-09-132-3/+3
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-072-12/+16