django1/django/contrib/auth/migrations
Mariusz Felisiak e8fcdaad5c Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup.
Regression in 98296f86b3.
2019-11-29 08:23:01 +01:00
..
0001_initial.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01: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 Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup. 2019-11-29 08:23:01 +01:00
__init__.py