Django

Code

Changeset 7067

Show
Ignore:
Timestamp:
02/02/08 22:06:13 (10 months ago)
Author:
mtredinnick
Message:

Fixed #6313 -- Typo fix pointed out by thejaswi_puthraya.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/newforms/models.py

    r6945 r7067  
    229229        attrs['_meta'] = opts 
    230230 
    231         # Don't allow more than one Meta model defenition in bases. The fields 
     231        # Don't allow more than one Meta model definition in bases. The fields 
    232232        # would be generated correctly, but the save method won't deal with 
    233233        # more than one object.