django1/django/contrib/auth/migrations
Tim Graham a2479f46f3 Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Thanks veena for the suggestion and Simon Charette and Kévin Etienne for reviews.
2014-08-01 17:51:49 -04:00
..
0001_initial.py
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