1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/staticfiles_tests
Mariusz Felisiak 8719a6181e
Refs #22712 -- Corrected deprecation of "all" argument in django.contrib.staticfiles.finders.find().
Features deprecated in Django 5.2 should be removed in Django 6.1.
2024-06-28 08:39:55 -03: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 Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-09-18 22:12:40 +02:00
test_finders.py Refs #22712 -- Corrected deprecation of "all" argument in django.contrib.staticfiles.finders.find(). 2024-06-28 08:39:55 -03:00
test_forms.py Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
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 Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
test_utils.py
test_views.py