summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham2017-12-011-0/+77
* [1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with no...Simon Charette2017-06-301-0/+7
* [1.11.x] Refs #22397 -- Removed model in test cleanupMarkus Holtermann2017-05-091-1/+1
* [1.11.x] Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating mod...Ian Foote2017-05-011-0/+23
* Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette2017-01-131-5/+1
* Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards.Simon Charette2016-12-101-1/+3
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-13/+13
* Fixed #27279 -- Fixed a migration performance regression related to RenameMod...Simon Charette2016-10-041-1/+21
* Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham2016-09-281-1/+8
* Refs #26709 -- Added index name to AddIndex.describe().Akshesh2016-08-161-1/+1
* Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh2016-08-051-1/+43
* Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.premanand lakshmanan2016-07-281-0/+7
* Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.Akshesh2016-07-071-0/+18
* Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh2016-07-071-1/+7
* Fixed #26709 -- Added class-based indexes.Akshesh2016-06-271-1/+60
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.Vytis Banaitis2016-05-301-0/+41
* Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette2016-04-281-0/+18
* Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette2016-04-271-9/+11
* Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert2016-04-271-1/+55
* Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham2016-04-221-0/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-1/+2
* Added missing primary keys to some OperationTestsMarkus Holtermann2016-04-031-2/+9
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-9/+4
* Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette2016-01-231-0/+8
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+138
* Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.Simon Charette2015-12-151-0/+5
* Refs #25896 -- Fixed migration test failure on OracleShai Berger2015-12-101-1/+4
* Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn2015-12-091-0/+76
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+18
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-10/+12
* Fixed #24725 -- Allowed renaming of target models in ManyToMany relationsMarkus Holtermann2015-04-301-0/+26
* Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz2015-04-171-2/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-6/+6
* Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes2015-03-141-0/+35
* Fixed #24362: Made test run each migration operation in its own schema editorShai Berger2015-02-181-6/+9
* Refs #24282 -- Added failing test case for assigning models of wrong type to FKMarkus Holtermann2015-02-161-0/+54
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham2015-01-151-0/+26
* Removed supports_binary_field flag as all backends support themClaude Paroz2015-01-111-2/+0
* Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann2015-01-101-11/+17
* Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer2015-01-101-38/+0
* Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann2015-01-091-0/+20
* Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz2015-01-021-2/+3
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-43/+30
* Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy2014-12-161-0/+9
* Refs #23947 -- Improved migrations tests table cleanup.Diego Guimarães2014-12-151-24/+19
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-1/+104
* Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz2014-12-011-0/+6