Author: brosner Date: 2008-10-09 18:38:09 -0500 (Thu, 09 Oct 2008) New Revision: 9220
Modified: django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt Log: [1.0.X] Corrected a typo in the 1.0 porting guide. Backport of [9219] from trunk. Modified: django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt =================================================================== --- django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt 2008-10-09 23:35:34 UTC (rev 9219) +++ django/branches/releases/1.0.X/docs/releases/1.0-porting-guide.txt 2008-10-09 23:38:09 UTC (rev 9220) @@ -54,7 +54,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Remove the ``prepopulated_from`` argument on model fields. It's no longer valid -and has been moved to the ``AdminModel`` class in ``admin.py``. See `the +and has been moved to the ``ModelAdmin`` class in ``admin.py``. See `the admin`_, below, for more details about changes to the admin. Remove ``core`` --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
