django1/django/contrib/auth/migrations
Carlton Gibson 4f8ebdd098 [2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permissions data migration.
Regression in 181fb60159.

Backport of 98296f86b3 from master
2019-04-27 21:08:46 +02:00
..
0001_initial.py Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
0002_alter_permission_name_max_length.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
0003_alter_user_email_max_length.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
0004_alter_user_username_opts.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
0005_alter_user_last_login_null.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
0006_require_contenttypes_0002.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
0007_alter_validators_add_error_messages.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
0008_alter_user_username_max_length.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
0009_alter_user_last_name_max_length.py Fixed #26993 -- Increased User.last_name max_length to 150 characters. 2017-01-28 09:29:00 -05:00
0010_alter_group_name_max_length.py Fixed #29939 -- Increased Group.name max_length to 150 characters. 2018-11-14 15:13:34 -05:00
0011_update_proxy_permissions.py [2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permissions data migration. 2019-04-27 21:08:46 +02:00
__init__.py