1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests
2010-09-16 19:53:41 +00:00
..
modeltests Migrated proxy_models doctests. Thanks to Eric Florenzano. 2010-09-13 05:29:21 +00:00
regressiontests Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lookup in Oracle, by breaking them up into groups of 1000 items and ORing them together. Thanks to rlynch for the report and initial patch. 2010-09-16 19:53:41 +00:00
templates Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. 2010-04-05 12:02:27 +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