1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/tests
2010-09-27 15:16:20 +00:00
..
modeltests Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch. 2010-09-19 14:04:34 +00:00
regressiontests Added imports for some new unittest modules. Thanks to Stephan Jaekel. 2010-09-27 15:16:20 +00:00
templates
runtests.py
test_sqlite.py
urls.py Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev 2010-01-10 17:35:01 +00:00