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-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Claude Paroz
7c4f396509
Stopped including type="text/css" attributes for CSS link tags.
2022-01-22 16:38:14 +01:00
..
apps
…
project
Fixed
#33446
-- Added CSS source map support to ManifestStaticFilesStorage.
2022-01-18 12:53:14 +01:00
urls
…
__init__.py
…
cases.py
…
settings.py
…
storage.py
…
test_checks.py
…
test_finders.py
…
test_forms.py
Stopped including type="text/css" attributes for CSS link tags.
2022-01-22 16:38:14 +01:00
test_handlers.py
…
test_liveserver.py
Fixed
#27079
-- Avoided multiple setUpClass()/tearDownClass() calls in LiveServerTestCase tests.
2021-10-26 07:47:40 +02:00
test_management.py
…
test_storage.py
Fixed
#33446
-- Added CSS source map support to ManifestStaticFilesStorage.
2022-01-18 12:53:14 +01:00
test_templatetags.py
…
test_utils.py
…
test_views.py
…