Author: kmtracey
Date: 2010-04-14 16:23:43 -0500 (Wed, 14 Apr 2010)
New Revision: 12974
Modified:
django/trunk/tests/regressiontests/admin_scripts/complex_app/models/bar.py
Log:
Fixed Python 2.4 incompatibility introduced in r12972.
Modified:
django/trunk/tests/regressiontests/admin_scripts/complex_app/models/bar.py
===================================================================
--- django/trunk/tests/regressiontests/admin_scripts/complex_app/models/bar.py
2010-04-14 19:14:23 UTC (rev 12973)
+++ django/trunk/tests/regressiontests/admin_scripts/complex_app/models/bar.py
2010-04-14 21:23:43 UTC (rev 12974)
@@ -1,6 +1,6 @@
from django.db import models
-from ..admin import foo
+from admin_scripts.complex_app.admin import foo
class Bar(models.Model):
name = models.CharField(max_length=5)
class Meta:
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.