summaryrefslogtreecommitdiff
path: root/django/contrib/admin/migrations
AgeCommit message (Expand)Author
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-29Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.David Wobrock
2019-11-05Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...Jon Dufresne
2018-05-07Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas NoƩ
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-04Fixed #25353 -- Changed LogEntry.action_time to a "date created".Tim Graham
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-06-23Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initi...Uriel Corfa
2014-06-16Use __first__ not __latest__ for unknown app dependenciesAndrew Godwin
2014-06-15Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin