1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests
2010-12-04 05:25:24 +00:00
..
modeltests Fixed #14700 -- ensure that a raw query is only executed once per iteration. 2010-12-03 20:25:59 +00:00
regressiontests Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. 2010-12-04 05:25:24 +00:00
templates
runtests.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
test_sqlite.py Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases. 2010-11-19 08:08:08 +00:00
urls.py Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfiles to actual work like documented (only when settings.DEBUG is True). Thanks for the report and initial patch, mbi. 2010-10-21 03:16:41 +00:00