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-18 14:24:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Johannes Hoppe
cf546e11ac
Fixed
#21221
-- Made form Media and static template tag use staticfiles if installed.
2015-12-10 14:30:19 -05:00
..
apps
…
project
Fixed
#25283
-- Fixed collectstatic crash if a URL contains a fragment with a path.
2015-11-12 19:30:48 -05:00
urls
…
__init__.py
…
cases.py
…
settings.py
Prevented staticfiles test from colliding when run in parallel.
2015-09-09 23:01:17 +02:00
storage.py
…
test_finders.py
…
test_forms.py
Fixed
#21221
-- Made form Media and static template tag use staticfiles if installed.
2015-12-10 14:30:19 -05:00
test_liveserver.py
Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:48:24 -05:00
test_management.py
Fixed
#25784
-- Prevented an exception on collectstatic help
2015-11-22 20:32:14 +01:00
test_storage.py
Fixed
#25283
-- Fixed collectstatic crash if a URL contains a fragment with a path.
2015-11-12 19:30:48 -05:00
test_templatetags.py
…
test_views.py
…