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-02-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Mads Jensen
550cb3a365
Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress().
2017-06-28 14:07:55 -04:00
..
apps
Fixed
#27948
-- Removed incorrect unquote() in static serving views.
2017-03-17 07:55:00 -04:00
project
…
urls
…
__init__.py
…
cases.py
Fixed
#27948
-- Removed incorrect unquote() in static serving views.
2017-03-17 07:55:00 -04:00
settings.py
…
storage.py
Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress().
2017-06-28 14:07:55 -04:00
test_checks.py
Fixed
#27661
-- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks.
2017-02-01 09:48:24 -05:00
test_finders.py
Fixed
#27661
-- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks.
2017-02-01 09:48:24 -05:00
test_forms.py
…
test_liveserver.py
…
test_management.py
Refs
#23919
-- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager.
2017-01-26 13:54:16 -05:00
test_storage.py
Sorted imports per isort 4.2.9.
2017-06-01 13:23:48 -04:00
test_templatetags.py
…
test_views.py
Fixed
#27948
-- Removed incorrect unquote() in static serving views.
2017-03-17 07:55:00 -04:00