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-01-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Adam Zapletal
107aa76bcf
Fixed
#29022
-- Fixed handling protocol-relative URLs in ManifestStaticFilesStorage when STATIC_URL is set to /.
2024-02-28 06:24:24 +01:00
..
apps
…
project
Fixed
#29022
-- Fixed handling protocol-relative URLs in ManifestStaticFilesStorage when STATIC_URL is set to /.
2024-02-28 06:24:24 +01:00
urls
…
__init__.py
…
cases.py
Used addCleanup() in tests where appropriate.
2023-12-31 10:01:31 +01:00
settings.py
…
storage.py
…
test_checks.py
…
test_finders.py
…
test_forms.py
…
test_handlers.py
…
test_liveserver.py
Used enterClassContext() where appropriate.
2024-01-04 05:55:29 +01:00
test_management.py
Used addCleanup() in tests where appropriate.
2023-12-31 10:01:31 +01:00
test_storage.py
Fixed
#29022
-- Fixed handling protocol-relative URLs in ManifestStaticFilesStorage when STATIC_URL is set to /.
2024-02-28 06:24:24 +01:00
test_templatetags.py
…
test_utils.py
…
test_views.py
…