django1/django/contrib/auth/migrations
Tim Graham 77e3f7dd58 [1.8.x] Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated.
Without this migration, the auth signal handlers will fail if migrating
only auth.

Backport of 4538cbf17d from master
2015-02-16 14:55:24 -05:00
..
0001_initial.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
0002_alter_permission_name_max_length.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
0003_alter_user_email_max_length.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
0004_alter_user_username_opts.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
0005_alter_user_last_login_null.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
0006_require_contenttypes_0002.py [1.8.x] Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated. 2015-02-16 14:55:24 -05:00
__init__.py Added database migration for contrib.auth. 2014-06-16 16:21:37 -04:00