summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/storage.py
Commit message (Expand)AuthorAgeFilesLines
* [4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak2023-03-181-22/+30
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-121-3/+3
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-021-6/+13
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-071-0/+22
* Made HashedFilesMixin ignore URLs without a path.Florian Apolloner2022-06-231-0/+4
* Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson2022-03-041-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-59/+83
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-181-0/+4
* Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak2021-11-051-9/+0
* Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson2021-11-041-1/+1
* Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee2021-10-121-4/+4
* Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda2021-08-051-5/+8
* Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_...aryabartar2021-06-071-0/+1
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-311-0/+9
* Refs #32319 -- Changed HashedFilesMixin to use named groups in patterns.Gildardo Adrian Maravilla Jacome2021-05-311-6/+15
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-021-0/+3
* Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...Jacob Walls2021-02-261-4/+15
* Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...Richard Campen2020-04-281-2/+1
* Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...pablo2019-09-271-1/+2
* Refs #28606 -- Removed CachedStaticFilesStorage per deprecation timeline.Mariusz Felisiak2019-09-101-62/+0
* Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.Mariusz Felisiak2019-09-101-1/+1
* Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...zeyneloz2019-08-021-1/+1
* Fixed #28604 -- Prevented ManifestStaticFilesStorage from leaving intermediat...Nathan Gaberel2019-06-031-2/+5
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-061-8/+7
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-2/+2
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-271-1/+9
* Refs #27795 -- Removed force_bytes() usage in contrib/staticfiles/storage.py.Jon Dufresne2018-10-051-3/+2
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-3/+2
* Fixed #28982 -- Simplified code with and/or.Дилян Палаузов2018-01-031-3/+1
* Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham2017-09-251-1/+1
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-2/+2
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-3/+3
* Refs #23919 -- Used yield from.Vytis Banaitis2017-02-231-3/+1
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-9/+7
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-6/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders2017-01-111-26/+124
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester2016-07-121-2/+2
* Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz2016-03-301-7/+9
* Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin2016-02-231-8/+0
* Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin2016-02-231-31/+40
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-3/+7
* Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices2015-11-121-5/+10
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+10
* Fixed typos in comments.Tim Graham2014-10-081-1/+1
* Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.Denis Cornehl2014-05-201-0/+4