Skip to content

Commit

Permalink
Fixed #6313 -- Typo fix pointed out by thejaswi_puthraya.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Feb 3, 2008
1 parent 8926a10 commit 3815ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/newforms/models.py
Expand Up @@ -228,7 +228,7 @@ def __new__(cls, name, bases, attrs,
opts = ModelFormOptions(attrs.get('Meta', None))
attrs['_meta'] = opts

# Don't allow more than one Meta model defenition in bases. The fields
# Don't allow more than one Meta model definition in bases. The fields
# would be generated correctly, but the save method won't deal with
# more than one object.
base_models = []
Expand Down

0 comments on commit 3815ff7

Please sign in to comment.