django1/django/contrib/auth/migrations
Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
2014-12-15 08:34:15 -05:00
..
0001_initial.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05: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 Added database migration for contrib.auth. 2014-06-16 16:21:37 -04:00