summaryrefslogtreecommitdiff
path: root/tests/migrations/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-01-07Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-07-09Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin
2014-04-29Fixed #22447 -- Make sure custom model bases can be migrated.Simon Charette
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Deborgified the app cache.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-10-17Added test for a921f06 - refs #21280.Loic Bistuer
2013-09-06Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann
2013-05-10Adding a dependency graph class and testsAndrew Godwin