Ticket #11450: bug-11450.patch

File bug-11450.patch, 837 bytes (added by Dennis Kaarsemaker, 15 years ago)
  • docs/ref/contrib/contenttypes.txt

     
    177177    .. method:: models.ContentTypeManager.clear_cache()
    178178
    179179        Clears an internal cache used by
    180         :class:`~django.contrib.contenttypes.models.ContentType>` to keep track
     180        :class:`~django.contrib.contenttypes.models.ContentType` to keep track
    181181        of which models for which it has created
    182         :class:`django.contrib.contenttypes.models.ContentType>` instances. You
     182        :class:`django.contrib.contenttypes.models.ContentType` instances. You
    183183        probably won't ever need to call this method yourself; Django will call
    184184        it automatically when it's needed.
    185185
Back to Top