1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/tests
2008-08-30 19:56:14 +00:00
..
modeltests Fixed #7918 -- Allow the foreign key in an inline to be any where in the parent chain. Thanks sil for the report. 2008-08-29 17:41:40 +00:00
regressiontests Fixed #8622: accessing POST after a POST handling exception no longer throws the server into an infinite loop. Thanks to vung for tracking this one down and fixing it. 2008-08-30 19:56:14 +00:00
templates
runtests.py Removed the need for ROOT_URLCONF in settings when running Django's core tests 2008-08-30 05:09:03 +00:00
urls.py