mirror of
https://github.com/django/django.git
synced 2025-07-06 10:49:17 +00:00
[1.1.X] Fixed Python 2.4 incompatibility introduced in r12973.
r12947 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ef6308db01
commit
a33c7673e4
@ -1,6 +1,6 @@
|
|||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
||||||
from ..admin import foo
|
from admin_scripts.complex_app.admin import foo
|
||||||
class Bar(models.Model):
|
class Bar(models.Model):
|
||||||
name = models.CharField(max_length=5)
|
name = models.CharField(max_length=5)
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user