Commit 6bf55a1a authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 9515c008
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.