1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests
2007-02-13 18:04:47 +00:00
..
modeltests #fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from 2007-02-12 00:16:17 +00:00
regressiontests Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.fields, so changes to self.fields in a given form instance do not affect other instances 2007-02-13 18:04:47 +00:00
templates Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
runtests.py Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. Some tests were failing for me because my custom MIDDLEWARE_CLASSES setting didn't have sessions or authentication installed 2007-02-10 04:01:19 +00:00
urls.py Fixed #2606 -- Added tag for working out the URL of a particular view function. 2007-02-13 04:24:58 +00:00