1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/tests
2010-11-21 10:08:28 +00:00
..
modeltests Fixed #5768 -- Added support for ManyToManyFields and reverse relations in values() and values_list(). Thanks to mrmachine for the patch. 2010-11-21 02:28:25 +00:00
regressiontests Fixes #13804 -- URLField validation failure for a url containing '://' on the path and no scheme 2010-11-21 10:08:28 +00:00
templates
runtests.py
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