Changeset 9220
- Timestamp:
- 10/09/08 18:38:09 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt
r9172 r9220 55 55 56 56 Remove the ``prepopulated_from`` argument on model fields. It's no longer valid 57 and has been moved to the `` AdminModel`` class in ``admin.py``. See `the57 and has been moved to the ``ModelAdmin`` class in ``admin.py``. See `the 58 58 admin`_, below, for more details about changes to the admin. 59 59
