From e2d094b8fbb67b9d2a44fc107cd2c9bb3ac91990 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 19 Jan 2010 01:14:02 +0000 Subject: Fixed #12640 -- Corrected a regression in test suite construction order introduced by #12255. Also updated the docs to reflect what the test code has always done. Thanks to Ramiro Morales for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12261 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/model_package/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/modeltests/model_package/tests.py b/tests/modeltests/model_package/tests.py index 4d154c14fa..7d2a063cc9 100644 --- a/tests/modeltests/model_package/tests.py +++ b/tests/modeltests/model_package/tests.py @@ -37,7 +37,7 @@ __test__ = {'API_TESTS': """ >>> a.sites.count() 1 -# Regression for #12248 - Models can exist in the test package, too +# Regression for #12245 - Models can exist in the test package, too >>> ad = Advertisment(customer="Lawrence Journal-World") >>> ad.save() -- cgit v1.3