django1/django/contrib/auth/migrations
Jon Dufresne b9fe7f9294 Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules.
The Django "Model Meta options" docs provide examples and generally
point the reader to use lists for the unique_together and ordering
options. Follow our own advice for contrib models.

More generally, lists should be used for homogeneous sequences of
arbitrary lengths of which both unique_together and ordering are.
2019-11-05 08:16:31 +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 #30351 -- Handled pre-existing permissions in proxy model permissions data migration. 2019-04-27 20:18:22 +02:00
__init__.py