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
Mads Jensen
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
2017-07-29 19:07:23 -04:00
..
apps
…
project
…
urls
…
__init__.py
…
cases.py
…
settings.py
…
storage.py
Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress().
2017-06-28 14:07:55 -04:00
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
…
test_storage.py
Sorted imports per isort 4.2.9.
2017-06-01 13:23:48 -04:00
test_templatetags.py
…
test_views.py
…