Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/operations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-24/+4
* Mark model renaming as irreversible for now (#22248)Andrew Godwin2014-03-201-0/+2
* Fix AlterField migrations that are related to a RenameMod...Chris Beaven2014-03-111-5/+12
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-2/+3
* Fix keyword agument names in RunPython to be positionalAndrew Godwin2014-02-281-2/+2
* Fixed #22095 -- Enabled backward migrations for RunPython...Andrew Gorcester2014-02-231-1/+4
* Remove redunant code from RunPython operationAndrew Godwin2014-02-121-16/+2
* Removed unused imports + other flake8 fixes.Tim Graham2014-02-091-2/+0
* Fixed #21892: RunPython no longer accepts stringsAndrew Godwin2014-02-091-12/+5
* Fixed #21783: (again) Found second source of bug, also sq...Andrew Godwin2014-01-191-1/+9
* Fixed #21323 -- Improved readability of serialized Operat...Loic Bistuer2014-01-192-2/+6
* Renamed AppCache to Apps.Aymeric Augustin2013-12-242-29/+29
* Fix altering of SERIAL columns and InnoDB being picky abo...Andrew 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-d...Andrew Godwin2013-12-041-2/+10
* flake8 fixesAlex Gaynor2013-11-072-2/+2
* Massive migration optimiser improvements + RenameModel opnAndrew Godwin2013-11-064-8/+95
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+9
* Use `callable` instead of `six.callable`.Baptiste Mispelon2013-10-291-2/+2
* Improve migration optimizer to be able to optimize throug...Andrew Godwin2013-10-162-0/+42
* Fixed #21236 -- Allowed migrations to work with unique_to...Javed Khan2013-10-071-0/+2
* Initial version of MigrationOptimizer and testsAndrew Godwin2013-10-023-0/+38
* Add reverse_code optional argument to RunPythonAndrew Godwin2013-09-251-5/+21
* Allow callables as the argument to RunPythonAndrew Godwin2013-09-251-11/+20
* Make sqlmigrate ignore the RunPython operationAndrew Godwin2013-09-251-0/+3
* Add RunPython migration operation and testsAndrew Godwin2013-09-253-2/+45
* REmoved some unused importsAlex Gaynor2013-09-141-2/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-3/+3
* RunSQL migration operation and alpha SeparateDatabaseAndS...Andrew Godwin2013-09-072-0/+96
* Implement allow_migrate for migration operationsAndrew Godwin2013-07-302-41/+66
* Add test for creating M2MsAndrew Godwin2013-07-251-5/+5
* Add AlterIndexTogether operationAndrew Godwin2013-07-022-2/+32
* Add unique_together altering operationAndrew Godwin2013-07-023-8/+38
* Add AlterField and RenameField operationsAndrew Godwin2013-06-202-1/+69
* Add operation that renames tablesAndrew Godwin2013-06-202-1/+29
* Autodetect fields, have migrate actually workAndrew Godwin2013-06-191-3/+3
* Makemigration command now worksAndrew Godwin2013-06-193-0/+18
* A bit of an autodetector and a bit of a writerAndrew Godwin2013-06-071-0/+18
* 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-294-12/+85
* Make a start on operations and state (not sure if final l...Andrew Godwin2013-05-103-0/+65