summaryrefslogtreecommitdiff
path: root/tests/migrations/test_state.py
AgeCommit message (Expand)Author
2015-02-18[1.8.x] Fixed #24291 - Fixed migration ModelState generation with unused swap...Marten Kenbeek
2015-02-16Fixed regression in test introduced in d538e37e1b14603d1d0c94f185f378fc0ed1e53fMarkus Holtermann
2015-02-16[1.8.x] Added tests for get_related_models_recursiveMarkus Holtermann
2015-02-16[1.8.x] Refs #24225 -- Added failing test case for removing a previously adde...Claude Paroz
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-20[1.8.x] Fixed 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
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-12-06Fixed TypeError when rendering ModelState with multiple bases.Baptiste Mispelon
2013-11-27Fixed #21438: makemigrations now detects ManyToManyFieldsAndrew Godwin
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-06Also test failure case of ProjectState dependency resolutionAndrew Godwin
2013-09-06Project/ModelState now correctly serialize multi-model inheritanceAndrew Godwin
2013-09-04Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.Loic Bistuer
2013-07-02Add unique_together altering operationAndrew Godwin
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-18Fix state tests a littleAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin