0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/staticfiles_tests
2021-03-03 11:27:08 +01:00
..
apps
project
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
test_checks.py Fixed #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting. 2021-03-03 11:27:08 +01:00
test_finders.py
test_forms.py
test_handlers.py
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
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