Ticket #11450: bug-11450.patch
File bug-11450.patch, 837 bytes (added by , 15 years ago) |
---|
-
docs/ref/contrib/contenttypes.txt
177 177 .. method:: models.ContentTypeManager.clear_cache() 178 178 179 179 Clears an internal cache used by 180 :class:`~django.contrib.contenttypes.models.ContentType >` to keep track180 :class:`~django.contrib.contenttypes.models.ContentType` to keep track 181 181 of which models for which it has created 182 :class:`django.contrib.contenttypes.models.ContentType >` instances. You182 :class:`django.contrib.contenttypes.models.ContentType` instances. You 183 183 probably won't ever need to call this method yourself; Django will call 184 184 it automatically when it's needed. 185 185