1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests
2011-01-12 23:30:47 +00:00
..
modeltests Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty. 2011-01-09 13:26:39 +00:00
regressiontests Added tests demonstrating that filtering lookup expression that involve model with inheritance schemes aren't incorrectly blacklisted by the r15031 security fix. Refs. #15032. 2011-01-12 23:30:47 +00:00
templates
runtests.py Fixed #10420 -- GeoDjango tests are run as part of Django tests when using spatial database backends with runtests.py. 2010-12-21 23:42:12 +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