summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/models.py
AgeCommit message (Expand)Author
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-11Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...Jacob Kaplan-Moss
2007-01-12Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ...Jacob Kaplan-Moss
2006-06-20Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty
2006-05-15Fixed #1864 -- Changed ContentType repr to strAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty