django/tests
Luke Plant 6e87dacf62 [1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Many thanks to aaron.l.madison for the detailed report and to emulbreh for
the fix.

Backport of [16295] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-30 16:19:53 +00:00
..
modeltests [1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now having https://www.djangoproject.com 2011-05-05 23:12:55 +00:00
regressiontests [1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys 2011-05-30 16:19:53 +00:00
templates Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris. 2010-10-01 02:01:20 +00:00
runtests.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +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 [1.3.X] Changed utils/decorators.py tests to use RequestFactory 2011-05-25 17:31:36 +00:00