summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss
2008-08-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...Malcolm Tredinnick
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-01Fixed #2175: Added tests for models with multiple GenericForeignKeysLuke Plant
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-04-15Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz.Malcolm Tredinnick
2008-03-12Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...Jacob Kaplan-Moss
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
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-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm 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-12-07Added django.contrib.contenttypes.management.create_all_contenttypes() functi...Adrian Holovaty
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-06-20Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty
2006-06-19Fixed #1856 -- install content-type entries and auth permissions forMalcolm Tredinnick
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