From 194de934ffd9317080abf733eb76edb33eec8c49 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Thu, 9 Oct 2008 23:38:09 +0000 Subject: [PATCH] [1.0.X] Corrected a typo in the 1.0 porting guide. Backport of [9219] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9220 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.0-porting-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt index 20721583c3..aa2e16e7c5 100644 --- a/docs/releases/1.0-porting-guide.txt +++ b/docs/releases/1.0-porting-guide.txt @@ -54,7 +54,7 @@ Remove ``prepopulated_from`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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``