summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/management.py
AgeCommit message (Expand)Author
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
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
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-19Fixed #1856 -- install content-type entries and auth permissions forMalcolm Tredinnick