Author: russellm
Date: 2010-03-25 08:15:13 -0500 (Thu, 25 Mar 2010)
New Revision: 12847

Modified:
   
django/branches/releases/1.1.X/tests/modeltests/proxy_model_inheritance/tests.py
Log:
[1.1.X] Fixed #12286 -- Modified the test case added in r12828 so that it 
passes under Postgres.

Backport of r12846 from trunk.

Modified: 
django/branches/releases/1.1.X/tests/modeltests/proxy_model_inheritance/tests.py
===================================================================
--- 
django/branches/releases/1.1.X/tests/modeltests/proxy_model_inheritance/tests.py
    2010-03-25 13:14:01 UTC (rev 12846)
+++ 
django/branches/releases/1.1.X/tests/modeltests/proxy_model_inheritance/tests.py
    2010-03-25 13:15:13 UTC (rev 12847)
@@ -12,9 +12,9 @@
 from django.conf import settings, Settings
 from django.core.management import call_command
 from django.db.models.loading import load_app
-from django.test import TestCase
+from django.test import TransactionTestCase
 
-class ProxyModelInheritanceTests(TestCase):
+class ProxyModelInheritanceTests(TransactionTestCase):
 
     def setUp(self):
         self.old_sys_path = sys.path

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to