summaryrefslogtreecommitdiff
path: root/tests/migrations/test_state.py
AgeCommit message (Expand)Author
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-02Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-06-29Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-18Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...Tim Graham
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-04-25Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek
2015-04-07Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-03-24Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten
2015-02-18Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...Marten Kenbeek
2015-02-16Added tests for get_related_models_recursiveMarkus Holtermann
2015-02-16Refs #24225 -- Added failing test case for removing a previously added field ...Claude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-14Fixed #24147 -- Prevented managers leaking model during migrationsMarkus Holtermann
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-12Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesSzilveszter Farkas
2014-07-06Fixed #22906 -- Added a more helpful repr to migrations' ModelState.Loic Bistuer
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-01Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-04-30flake8 fixes.Tim Graham
2014-04-30Cleanup failing test w/contenttypes and remove useless graph loadAndrew Godwin
2014-04-30Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-29Fixed #22447 -- Make sure custom model bases can be migrated.Simon Charette
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-03-25Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Tim Graham
2014-03-25Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.Loic Bistuer
2014-03-05Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-19Remove other unicode literalAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
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