1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests
2010-10-08 23:47:11 +00:00
..
modeltests Converted order_with_respect_to to unittests. We have always been at war with doctests. 2010-10-08 23:47:11 +00:00
regressiontests Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetime.datetime. Thanks, summerisgone, Cyberj and Ramiro Morales. 2010-10-08 16:14:10 +00:00
templates Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris. 2010-10-01 02:01:20 +00:00
runtests.py Fixed #12574 -- Removed an unnecessary exception catch from the system runtest script, which could hide failing tests. Thanks to CarlFK for the report, and Ramiro Morales for the polish. 2010-08-20 15:03:11 +00:00
test_sqlite.py
urls.py