django1/django/contrib/auth/migrations
Tim Graham 15ef1dd478 Fixed #20846 -- Increased User.username max_length to 254 characters.
Thanks Collin Anderson and Nick Sandford for work on the patch.
2015-10-29 08:58:49 -04:00
..
0001_initial.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
0002_alter_permission_name_max_length.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
0003_alter_user_email_max_length.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
0004_alter_user_username_opts.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
0005_alter_user_last_login_null.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
0006_require_contenttypes_0002.py Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated. 2015-02-16 14:52:30 -05:00
0007_alter_validators_add_error_messages.py Added contrib.auth migration for refs #13147. 2015-05-28 15:22:22 -04:00
0008_alter_user_username_max_length.py Fixed #20846 -- Increased User.username max_length to 254 characters. 2015-10-29 08:58:49 -04:00
__init__.py Added database migration for contrib.auth. 2014-06-16 16:21:37 -04:00