summaryrefslogtreecommitdiff
path: root/tests/migrations/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann2015-01-071-0/+4
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-0/+18
* Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin2014-07-091-0/+8
* Fixed #22447 -- Make sure custom model bases can be migrated.Simon Charette2014-04-291-0/+9
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Deborgified the app cache.Aymeric Augustin2013-12-171-3/+3
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Added test for a921f06 - refs #21280.Loic Bistuer2013-10-171-0/+15
* Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann2013-09-061-0/+20
* Adding a dependency graph class and testsAndrew Godwin2013-05-101-0/+0