django1/django/contrib/contenttypes
Pavel Rybintsev 874b1f2cac Fixed #26936 -- Fixed stale ContentType deletion in apps without models. 2017-06-16 09:22:47 -04:00
..
locale Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
management Fixed #26936 -- Fixed stale ContentType deletion in apps without models. 2017-06-16 09:22:47 -04:00
migrations Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
fields.py Replaced Model._get_pk_val() with pk property. 2017-06-05 15:20:34 -04:00
forms.py Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
models.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
views.py Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00