Changeset 7067
- Timestamp:
- 02/02/08 22:06:13 (10 months ago)
- Files:
-
- django/trunk/django/newforms/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/newforms/models.py
r6945 r7067 229 229 attrs['_meta'] = opts 230 230 231 # Don't allow more than one Meta model def enition in bases. The fields231 # Don't allow more than one Meta model definition in bases. The fields 232 232 # would be generated correctly, but the save method won't deal with 233 233 # more than one object.
