summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_storage.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-211-0/+24
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-46/+62
* Fixed #34407 -- Reported filename when decoding fails in collectstatic's post...Claude Paroz2023-03-121-0/+12
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-121-8/+42
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-021-4/+27
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-071-0/+46
* Made HashedFilesMixin ignore URLs without a path.Florian Apolloner2022-06-231-1/+2
* Refs #33765 -- Added tests for trailing whitespace in JavaScript source map r...Adam Johnson2022-06-031-0/+14
* Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson2022-03-041-1/+13
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-130/+165
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-181-0/+24
* Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak2021-11-051-46/+0
* Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson2021-11-041-1/+1
* Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda2021-08-051-1/+51
* Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_...aryabartar2021-06-071-0/+12
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-311-0/+46
* Removed unused TestHashedFiles._max_post_process_passes.Mariusz Felisiak2021-05-061-5/+0
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-021-0/+24
* Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...Jacob Walls2021-02-261-0/+2
* Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak2020-09-011-15/+37
* Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...Richard Campen2020-04-281-0/+9
* Harmonized Windows checks in tests to a single style.Jon Dufresne2019-11-061-1/+1
* Refs #28606 -- Removed CachedStaticFilesStorage per deprecation timeline.Mariusz Felisiak2019-09-101-83/+1
* Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing e...zeyneloz2019-08-021-0/+6
* Added test for handling of non-existent manifest in ManifestFilesMixin.read_m...zeyneloz2019-08-021-0/+4
* Fixed #28604 -- Prevented ManifestStaticFilesStorage from leaving intermediat...Nathan Gaberel2019-06-031-0/+12
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-271-19/+20
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-1/+2
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-2/+2
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir.David Sanders2017-02-031-25/+39
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-10/+10
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-5/+5
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-1/+1
* 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-24/+161
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+2
* Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester2016-07-121-1/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz2016-03-301-0/+36
* Cleaned class inheritances in staticfiles testsClaude Paroz2016-03-281-27/+13
* Cleaned up TestStaticFilePermissions to use call_command().Jon Dufresne2016-03-031-9/+3
* Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin2016-02-231-12/+2
* Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin2016-02-231-1/+14
* Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices2015-11-121-1/+2
* Prevented staticfiles test from colliding when run in parallel.Aymeric Augustin2015-09-091-3/+15