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-23 08:39:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
pablo
fa8fe09e4e
Fixed
#30802
-- Prevented manifest creation when running collectstatic in dry run mode.
2019-09-27 23:01:41 +02:00
..
apps
…
project
…
urls
…
__init__.py
…
cases.py
…
settings.py
…
storage.py
…
test_checks.py
…
test_finders.py
Used assertRaisesMessage() to test Django's error messages.
2017-07-29 19:07:23 -04:00
test_forms.py
…
test_liveserver.py
…
test_management.py
Fixed
#30802
-- Prevented manifest creation when running collectstatic in dry run mode.
2019-09-27 23:01:41 +02:00
test_storage.py
Refs
#28606
-- Removed CachedStaticFilesStorage per deprecation timeline.
2019-09-10 12:01:00 +02:00
test_templatetags.py
…
test_utils.py
…
test_views.py
…