[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to seveas for the report.

Merge of r11218 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-07-11 15:48:38 +00:00
parent 667042a060
commit 7cfee7925a
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ The ``ContentTypeManager``
.. method:: models.ContentTypeManager.clear_cache()
Clears an internal cache used by
:class:`~django.contrib.contenttypes.models.ContentType>` to keep track
:class:`~django.contrib.contenttypes.models.ContentType` to keep track
of which models for which it has created
:class:`django.contrib.contenttypes.models.ContentType>` instances. You
:class:`django.contrib.contenttypes.models.ContentType` instances. You
probably won't ever need to call this method yourself; Django will call
it automatically when it's needed.