index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
migrations
Age
Commit message (
Expand
)
Author
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-29
Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
David Wobrock
2020-03-18
Fixed #31371 -- Increased User.first_name max_length to 150 characters.
Ryan Petrello
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-29
Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...
Mariusz Felisiak
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-04-27
Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...
Carlton Gibson
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2018-11-14
Fixed #29939 -- Increased Group.name max_length to 150 characters.
Timothy Allen
2017-05-18
Fixed #28152 -- Made migrations serialize sets as set literals rather than se...
Jon Dufresne
2017-01-28
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
Thom Wiggers
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
2016-01-08
Fixed #20846 -- Decreased User.username max_length to 150 characters.
Collin Anderson
2015-10-29
Fixed #20846 -- Increased User.username max_length to 254 characters.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-17
Refs #25073 -- Copied recently added verbose_names to migrations.
Tim Graham
2015-05-28
Added contrib.auth migration for refs #13147.
Tim Graham
2015-02-16
Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-08-15
Fixed #23294 -- Add related_name to existing migrations.
Collin Anderson
2014-08-04
Fixed #23163: Align user help text with migrations
Andrew Godwin
2014-08-01
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Tim Graham
2014-07-10
Added contrib.auth migration for refs #13147.
Tim Graham
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-06-30
Fixed #8162 -- Increased Permission.name max_length to 255 characters.
Tim Graham
2014-06-16
Added database migration for contrib.auth.
Tim Graham