This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-07 07:52:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Jacob Walls
337cd652a5
Fixed
#28607
-- Prevented duplicates in HashedFilesMixin post-processing results.
...
Thanks Ed Morley for the implementation idea.
2021-02-26 11:38:32 +01:00
..
apps
…
project
Fixed CVE-2020-24583,
#31921
-- Fixed permissions on intermediate-level static and storage directories on Python 3.7+.
2020-09-01 09:17:23 +02:00
urls
…
__init__.py
…
cases.py
…
settings.py
Refs
#32394
-- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate.
2021-02-06 13:41:35 +01:00
storage.py
Fixed
#31517
-- Fixed HashedFilesMixin.hashed_name() if hash of the file is None.
2020-04-28 08:25:07 +02:00
test_checks.py
…
test_finders.py
…
test_forms.py
…
test_handlers.py
Fixed
#31594
-- Added ASGIStaticFilesHandler.get_response_async().
2020-06-08 12:52:26 +02:00
test_liveserver.py
Refs
#32417
-- Improved cleaning up and fixed isolation of staticfiles_tests tests.
2021-02-15 10:23:54 +01:00
test_management.py
Fixed E128, E741 flake8 warnings.
2020-05-12 08:52:23 +02:00
test_storage.py
Fixed
#28607
-- Prevented duplicates in HashedFilesMixin post-processing results.
2021-02-26 11:38:32 +01:00
test_templatetags.py
…
test_utils.py
Refs
#32394
-- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate.
2021-02-06 13:41:35 +01:00
test_views.py
…