index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
staticfiles_tests
/
project
/
documents
Age
Commit message (
Expand
)
Author
2025-05-16
Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesS...
Samuel Cormier-Iijima
2024-08-07
Fixed #35553 -- Handled import*as in HashedFilesMixin.
Farhan
2024-07-11
Fixed syntax of CSS file used in tests.
Tom Carrick
2023-04-21
Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...
Hielke Walinga
2023-01-02
Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.
Florian Apolloner
2022-12-07
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
James Bligh
2022-06-23
Made HashedFilesMixin ignore URLs without a path.
Florian Apolloner
2022-06-03
Refs #33765 -- Added tests for trailing whitespace in JavaScript source map r...
Adam Johnson
2022-03-04
Refs #33446 -- Allowed variable whitespace in CSS source map references.
Adam Johnson
2022-01-18
Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.
Adam Johnson
2021-11-05
Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...
Mariusz Felisiak
2021-11-04
Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...
Carlton Gibson
2021-05-31
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
Gildardo Adrian Maravilla Jacome
2021-04-02
Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.
Adam Johnson
2020-09-01
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...
Mariusz Felisiak
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2016-07-12
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Andrew Nester
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-02-23
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2015-11-12
Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...
msaelices
2015-02-21
Removed workaround for SVN limitations.
Aymeric Augustin
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner