index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
contenttypes
/
management.py
Age
Commit message (
Expand
)
Author
2016-09-06
Fixed #24865 -- Added remove_stale_contenttypes management command.
Tim Graham
2016-08-10
Refs #18682 -- Edited explanation in stale content type deletion.
Tim Graham
2016-07-03
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
Erik Romijn
2016-05-17
Fixed #24067 -- Renamed content types upon model renaming.
Simon Charette
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-07
Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...
Markus Holtermann
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
2015-01-09
Removed an undocumented contenttypes synchronization method.
Simon Charette
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-27
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-07-23
Fixed #23078 -- Regression in update_contenttypes() interactivity.
Nick Sandford
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-11-24
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-08-08
[py3] Replaced raw_input by input
Claude 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-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-09-15
Fixed #16854 -- corrected an AttributeError coming from the contenttypes post...
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2010-03-15
Fixed #12339 -- Made content type deletion an interactive process to prevent ...
Russell Keith-Magee
2010-03-10
Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2007-09-15
Fixed #5177 -- Changed content type creation to also remove the types for any...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-11
Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...
Jacob Kaplan-Moss
2006-12-07
Added django.contrib.contenttypes.management.create_all_contenttypes() functi...
Adrian Holovaty
2006-08-27
Refs #2333 - Added 'test' target to django-admin script. Includes addition of...
Russell Keith-Magee
2006-06-19
Fixed #1856 -- install content-type entries and auth permissions for
Malcolm Tredinnick