1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests
2010-01-29 18:38:28 +00:00
..
modeltests Tweaked the validation test models to avoid tripping over the fact that Oracle doesn't like columns named 'number'. 2010-01-29 18:38:28 +00:00
regressiontests Fixed #12721: Ensured objects with generic relations that use non-integer object ID fields can be deleted on PostgreSQL. Thanks much carljm for patch and Russ for review. 2010-01-29 17:58:22 +00:00
templates Fixed #8933 - Allow more admin templates to be overridden. 2010-01-12 23:34:46 +00:00
runtests.py Fixed #12624 -- Modified test runners to be class based. 2010-01-18 15:11:01 +00:00
urls.py