summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/migrations
AgeCommit message (Expand)Author
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-05-18Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-16Explicitly checked for LookupError in contenttypes migrationMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-06-16Added database migration for contrib.contenttypes.Tim Graham