1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests
2009-12-16 14:52:29 +00:00
..
modeltests Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing with BaseModelFormSet, and allowing for custom ordering/subsets in inlines. Thanks to Paulo Scardine for the patch. 2009-12-16 14:52:29 +00:00
regressiontests Fixed #7052 -- Added support for natural keys in serialization. 2009-12-14 12:39:20 +00:00
templates
runtests.py Fixed #11613: Added a failfast option for test running. Thanks jukvalim and Randy Barlow. 2009-12-13 16:24:36 +00:00
urls.py