django1/django/contrib/auth/migrations
Collin Anderson 1d79d08d9a Fixed #23294 -- Add related_name to existing migrations.
Thanks to Florian Apolloner for the review; refs #23288.
2014-08-15 12:39:06 -04:00
..
0001_initial.py Fixed #23294 -- Add related_name to existing migrations. 2014-08-15 12:39:06 -04:00
0002_alter_permission_name_max_length.py Fixed #8162 -- Increased Permission.name max_length to 255 characters. 2014-06-30 14:20:51 -04:00
0003_alter_user_email_max_length.py Fixed #20631 -- Increased the default EmailField max_length to 254. 2014-07-04 14:15:00 -04:00
0004_alter_user_username_opts.py Added contrib.auth migration for refs #13147. 2014-07-10 13:06:42 -04:00
0005_alter_user_last_login_null.py Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null. 2014-08-01 17:51:49 -04:00
__init__.py