summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/management.py
AgeCommit message (Expand)Author
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-08-10Refs #18682 -- Edited explanation in stale content type deletion.Tim Graham
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-05-17Fixed #24067 -- Renamed content types upon model renaming.Simon Charette
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-07Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-14Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...Markus Holtermann
2015-01-09Removed an undocumented contenttypes synchronization method.Simon Charette
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-27Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr
2014-07-23Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Refactored INSTALLED_APPS overrides.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-11-24Fixed #19806 -- Ensure that content types and permissions aren't created for ...Russell Keith-Magee
2012-11-22Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-09-15Fixed #16854 -- corrected an AttributeError coming from the contenttypes post...Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2010-03-15Fixed #12339 -- Made content type deletion an interactive process to prevent ...Russell Keith-Magee
2010-03-10Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
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