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-24 09:04:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Tim Graham
81cdcb66bc
Fixed
#26791
-- Replaced LiveServerTestCase port ranges with binding to port 0.
2016-06-23 12:04:05 -04:00
..
apps
…
project
…
urls
…
__init__.py
…
cases.py
…
settings.py
…
storage.py
Fixed
#26691
-- Removed checking for a file's existence before deleting.
2016-05-31 12:03:27 -04:00
test_finders.py
…
test_forms.py
…
test_liveserver.py
Fixed
#26791
-- Replaced LiveServerTestCase port ranges with binding to port 0.
2016-06-23 12:04:05 -04:00
test_management.py
…
test_storage.py
Fixed
#26747
-- Used more specific assertions in the Django test suite.
2016-06-16 14:19:18 -04:00
test_templatetags.py
…
test_views.py
…