Django

Code

Changeset 9220

Show
Ignore:
Timestamp:
10/09/08 18:38:09 (3 months ago)
Author:
brosner
Message:

[1.0.X] Corrected a typo in the 1.0 porting guide.

Backport of [9219] from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt

    r9172 r9220  
    5555 
    5656Remove 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 `the 
     57and has been moved to the ``ModelAdmin`` class in ``admin.py``. See `the 
    5858admin`_, below, for more details about changes to the admin. 
    5959