summaryrefslogtreecommitdiff
path: root/django/contrib/auth/migrations/0001_initial.py
AgeCommit message (Expand)Author
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-17Refs #25073 -- Copied recently added verbose_names to migrations.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-08-15Fixed #23294 -- Add related_name to existing migrations.Collin Anderson
2014-08-04Fixed #23163: Align user help text with migrationsAndrew Godwin
2014-06-16Added database migration for contrib.auth.Tim Graham