summaryrefslogtreecommitdiff
path: root/django/db/migrations/operations/fields.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin2014-06-171-8/+7
|
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-0/+2
| | | | Refs #22564.
* Fix AlterField migrations that are related to a RenameModel migrationChris Beaven2014-03-111-5/+12
|
* Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin2014-01-191-1/+9
|
* Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin2013-12-111-5/+7
|
* Change FKs when what they point to changesAndrew Godwin2013-12-111-7/+5
|
* Don't make a second migration if there was a force-null-default addcol.Andrew Godwin2013-12-041-2/+10
|
* flake8 fixesAlex Gaynor2013-11-061-1/+1
|
* Massive migration optimiser improvements + RenameModel opnAndrew Godwin2013-11-061-6/+33
|
* Initial version of MigrationOptimizer and testsAndrew Godwin2013-10-021-0/+16
|
* Implement allow_migrate for migration operationsAndrew Godwin2013-07-301-19/+27
|
* Add unique_together altering operationAndrew Godwin2013-07-021-4/+4
|
* Add AlterField and RenameField operationsAndrew Godwin2013-06-201-0/+68
|
* Autodetect fields, have migrate actually workAndrew Godwin2013-06-191-3/+3
|
* Makemigration command now worksAndrew Godwin2013-06-191-0/+6
|
* Use correct model versions for field operationsAndrew Godwin2013-05-301-12/+10
|
* Add an Executor for end-to-end runningAndrew Godwin2013-05-301-8/+8
|
* Start adding operations that work and tests for themAndrew Godwin2013-05-291-0/+52