Fixed a typo in comments upgrade guide.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fc6649092a
commit
2e7a87c53c
|
@ -33,7 +33,7 @@ The data models for Django's comment system have changed, as have the
|
|||
table names. Before you transfer your existing data into the new comments
|
||||
system, make sure that you have installed the new comments system as
|
||||
explained in the
|
||||
:ref:`quick start guide <ref-contrib-comments-index-quick-start-guide>`.
|
||||
:ref:`quick start guide <ref-contrib-comments-index>`.
|
||||
This will ensure that the new tables have been properly created.
|
||||
|
||||
To transfer your data into the new comments system, you'll need to directly
|
||||
|
|
Loading…
Reference in New Issue