1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests
2011-11-22 12:26:17 +00:00
..
modeltests Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressureman for the report. 2011-11-21 12:42:09 +00:00
regressiontests Disentangled some parts of the admin ChangeList and ListFilter's internals. With this refactoring, the query string lookups are now processed once instead of twice and some bugs (in particular the SimpleListFilter parameter name being mistaken for a model field in some cases) are avoided. 2011-11-22 12:26:17 +00:00
templates
runtests.py Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. 2011-11-13 19:05:02 +00:00
test_sqlite.py
urls.py Converted internal link generation in the admin and admin document generator to use named URLs. 2011-09-20 18:30:06 +00:00