summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-10-09 23:35:34 +0000
committerBrian Rosner <brosner@gmail.com>2008-10-09 23:35:34 +0000
commit227a5a4ee62acb6afbd77d1bbcf1d534d8a05c49 (patch)
tree0b97c8873c666996e243689536123a1cde3890fe /docs
parentede4f94621e1e12d219fa90d718e618a9d21bc06 (diff)
downloaddjango-227a5a4ee62acb6afbd77d1bbcf1d534d8a05c49.tar.gz
Corrected a typo in the 1.0 porting guide.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.0-porting-guide.txt2
1 files changed, 1 insertions, 1 deletions
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``