summaryrefslogtreecommitdiff
path: root/tests/migrations/test_autodetector.py
AgeCommit message (Expand)Author
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-04Fixed #28493 -- Made migrations autodetector find dependencies for model rena...Jeremy Satterfield
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-19Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...akki
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-07-12Fixed #26088 -- Made autodector detect changing proxy model to MTI.Jon Dufresne
2016-07-03Refs #26808 -- Avoided clashing keyword arguments in test_autodetectorAkshesh
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-24Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-05-30Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-04-19Fixed #26475 -- Added functools.partial() support to migrations autodetector.Matthew Schinckel
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-20Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-28Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
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