summaryrefslogtreecommitdiff
path: root/tests/migrations/models.py
AgeCommit message (Expand)Author
2014-07-09[1.7.x] Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin
2014-04-29[1.7.x] Fixed #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