summaryrefslogtreecommitdiff
path: root/tests/migrations/test_autodetector.py
AgeCommit message (Expand)Author
2014-06-23Fixed #22708: Typo in autodetector base dependency genAndrew Godwin
2014-06-16Fixed #22783: Make sure swappable models come first in creationAndrew Godwin
2014-06-15Fixed #22568: Better proxy model support in migrationsAndrew Godwin
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-15Persist non-schema-relevant Meta changes in migrationsAndrew Godwin
2014-06-15Fixed #22833: Autodetector not doing through mapping correctlyAndrew Godwin
2014-06-08Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-06-05Rewrote migration autodetector to involve actual computer science.Andrew Godwin
2014-06-01Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-05-22Made nested deconstruction support both forms of deconstruct()Marc Tamlyn
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-02Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default.Tim Graham
2014-05-02Fix migration autodector to work correctly with custom deconstructed valuesChris Beaven
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-31Fixed #22319 -- Fixed migration external dependencies when there are internal...Loic Bistuer
2014-03-25Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Tim Graham
2014-03-25Fixed #22300 -- Fixed crash in migrations when changing non-relational field ...Stephen Burrows
2014-03-19Fixed #22275: unique_together broken if ForeignKey split into new file.Andrew Godwin
2014-03-11Fix autodetector creation of RenameModel migration to capitalize model namesChris Beaven
2014-03-10Fixed #22239 -- Add auto detection of renamed modelsChris Beaven
2014-03-06Fixed #22204: Bad circular-dep-breaking if more than one per runAndrew Godwin
2014-02-17Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin
2014-02-14Fixed #22035 -- reordered migration operationsAnton Baklanov
2014-02-13Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.Baptiste Mispelon
2014-02-12Fix my slightly hasty autodetector changesAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-09-17Fixed #21114 -- Migrations must not have a dependency to themselves.Markus Holtermann
2013-09-06Migration autodetector now corerctly deals with proxy modelsAndrew Godwin
2013-08-21Change autodetector changes API to be just one methodAndrew Godwin
2013-07-25Add test for creating M2MsAndrew Godwin
2013-07-02Autodetection of unique_together changesAndrew Godwin
2013-07-02Add unique_together altering operationAndrew Godwin
2013-06-22Autodetect ForeignKeys and add dependencies/split on circularsAndrew Godwin
2013-06-21Prompt about renames rather than doing them automaticallyAndrew Godwin
2013-06-20Autodetect field renames. HAHAHA. AHAHAHAHA. YES.Andrew Godwin
2013-06-20Autodetect field altersAndrew Godwin
2013-06-20Add operation that renames tablesAndrew Godwin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-06-07Autodetector testsAndrew Godwin