django1/django/contrib/auth/migrations
David Wobrock ee3b719a81 Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
Refs #22889.
2021-04-29 07:46:22 +02:00
..
0001_initial.py Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations. 2021-04-29 07:46:22 +02: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 Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
0012_alter_user_first_name_max_length.py Fixed #31371 -- Increased User.first_name max_length to 150 characters. 2020-03-18 08:22:49 +01:00
__init__.py