summaryrefslogtreecommitdiff
path: root/tests/migrations/test_autodetector.py
AgeCommit message (Expand)Author
2015-08-20Fixed typo in tests/migrations/test_autodetector.py.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-06-23Used mock in MigrationQuestioner testsMarkus Holtermann
2015-06-16Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann
2015-05-26Fixed #24340 -- Added nested deconstruction for list, tuple and dict valuesMatt Westcott
2015-03-28Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-04Fixed #24435 -- Prevented m2m field removal and addition in migrations when c...Markus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-02Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz
2014-12-30Added test for an intermediate swappable model change in migration state.Markus Holtermann
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann
2014-12-23Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.Tim Graham
2014-12-15Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-11Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-11-21Fixed #23794 -- Fixed migrations crash when removing a field that's part of i...Andrzej Pragacz
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
2014-11-19Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19Formatted model states in autodetector testsMarkus Holtermann
2014-11-15Revert "Use topological sort for migration operation dependency resolution"Tim Graham
2014-11-15Use topological sort for migration operation dependency resolutionKlaas van Schelven
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-29Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...Markus Holtermann
2014-10-20Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-25Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...Andrew Pinkham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-08-23Fixed #23341 -- Added migration name to nonexistent migration error in makemi...Raffaele Salmaso
2014-08-20Fixed #23322 -- Use resolved swappable model for dependency resolution during...Markus Holtermann
2014-08-20Fixed migrations tests added in refs #23315.Tim Graham
2014-08-19Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-12Fixed #23275: Unmanaged models kept by autodetector, ignored by opsAndrew Godwin
2014-07-29Fixed #23101: Prefer doing deletes before creates in autodetector.Andrew Godwin
2014-07-28Fixed #23121: AlterModelOptions operation not changing state rightAndrew Godwin
2014-07-28Fixed #23100: Individual FK creation missing dependenciesAndrew Godwin
2014-07-26Fixed #22944: Bad dependency on FK alteration in autodetectorAndrew Godwin
2014-07-25Merge pull request #2938 from dekkers/ticket_23071Andrew Godwin
2014-07-24Fixed #23014 -- Infinite migration regression with unique/index_together.Tim Graham
2014-07-22Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers
2014-07-16Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin
2014-07-15Fixed #23008 -- Fixed typo causing bad migration dependencies.Tim Graham
2014-07-10Fix commentAndrew Godwin
2014-07-09Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin
2014-07-05Fixed #22960: Bad handling of relations as PKs in autodetectorAndrew Godwin
2014-06-25Fixed #22903 -- Fixed migration generation if index_together or unique_togeth...Tim Graham