django1/django/contrib/contenttypes
Gregory N. Schmit 48c17807a9 Fixed -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
..
locale Fetched Armenian translations from Transifex 2019-01-10 10:50:42 +01:00
management Fixed -- Made 'remove_stale_contenttypes --noinput' delete content types. 2018-07-10 10:14:34 -04:00
migrations Fixed -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
__init__.py Fixed -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Fixed -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
apps.py Fixed -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
checks.py Fixed -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
fields.py Fixed -- Added GenericRelation prefetch_related() cache invalidation. 2018-08-17 14:58:45 -04:00
forms.py Fixed -- Fixed generic inline formsets crash when using save_as_new=True. 2017-12-30 11:38:11 -05:00
models.py Fixed -- Added app_label to ContentType.__str__(). 2019-02-07 19:56:47 -05:00
views.py Fixed -- Made ContentTypes shortcut view prefer current site if available. 2018-06-21 12:31:04 -04:00