Author: brosner Date: 2008-10-09 18:35:34 -0500 (Thu, 09 Oct 2008) New Revision: 9219
Modified: django/trunk/docs/releases/1.0-porting-guide.txt Log: Corrected a typo in the 1.0 porting guide. Modified: django/trunk/docs/releases/1.0-porting-guide.txt =================================================================== --- django/trunk/docs/releases/1.0-porting-guide.txt 2008-10-09 09:33:35 UTC (rev 9218) +++ django/trunk/docs/releases/1.0-porting-guide.txt 2008-10-09 23:35:34 UTC (rev 9219) @@ -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 -~----------~----~----~----~------~----~------~--~---
