summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/storage.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-2/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+9
* Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_...aryabartar2021-06-071-0/+4
* Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek2021-06-071-5/+6
* Refs #32319 -- Changed HashedFilesMixin to use named groups in patterns.Gildardo Adrian Maravilla Jacome2021-05-311-1/+4
* Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...Richard Campen2020-04-281-0/+5
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-271-4/+4
* Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...Federico Bond2018-08-201-4/+4
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+2
* Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham2017-01-251-4/+2
* Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham2017-01-041-1/+9
* Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.Tim Graham2017-01-031-2/+3
* Refs #25484 -- Removed incorrect unquoting in {% static %}.Tim Graham2016-12-191-0/+5
* Fixed #26691 -- Removed checking for a file's existence before deleting.Jon Dufresne2016-05-311-6/+5
* Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz2016-03-301-0/+14
* Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag2016-03-171-0/+37
* Fixed #23832 -- Added timezone aware Storage API.James Aylett2016-02-231-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+26