Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22853: Swapped models are now ignored for migratio...Andrew Godwin2014-06-181-7/+110
* Fixed #22844: Duplicate SQL for SQLite FKsAndrew Godwin2014-06-161-0/+43
* Fixed several flake8 errorsAlex Gaynor2014-06-161-2/+2
* Fixed #22568: Better proxy model support in migrationsAndrew Godwin2014-06-161-1/+60
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-151-0/+22
* Persist non-schema-relevant Meta changes in migrationsAndrew Godwin2014-06-151-0/+13
* Fixed #22750, #22248: Model renaming now also alters fiel...Andrew Godwin2014-06-081-45/+13
* Fixed #22667 -- Replaced leader/follower terminology with...Flavio Curella2014-05-221-1/+1
* Skipped a migrations test that's not supported on MySQL +...Tim Graham2014-05-211-0/+2
* Merge pull request #2692 from fcurella/patch-5Alex Gaynor2014-05-201-1/+1
|\
| * replaced occurrences of master/slave terminology with lea...Flavio Curella2014-05-201-1/+1
* | Fixed #22432: SQLite M2M repointing now works. Thanks to ...Andrew Godwin2014-05-201-1/+44
* | Failing testcases for #22649.Loic Bistuer2014-05-181-0/+21
* | Fixed #22424 -- Fixed handling of default values for Text...Loic Bistuer2014-05-181-0/+111
* | Appeased flake8.Aymeric Augustin2014-05-081-1/+2
* | Fixed #22496: Data migrations get transactions again!Andrew Godwin2014-05-071-0/+37
|/
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-1/+14
* Fixed table cleanup in GIS migration testsClaude Paroz2014-04-211-3/+3
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-181-9/+45
* Revert "Fixed #22397 -- Issues removing M2M field with ex...Simon Charette2014-04-181-45/+9
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-171-9/+45
* Fixed #22460 -- Explicity remove constraints when droppin...Motiejus Jakštys2014-04-161-0/+16
* Fixed #22359 -- Changing M2M field to blank=True failed o...Loic Bistuer2014-03-311-8/+30
* Remove failing test while we fix the underlying bugAndrew Godwin2014-03-111-40/+42
* Fix AlterField migrations that are related to a RenameMod...Chris Beaven2014-03-111-0/+41
* Fixed #21843: Remove explicit ID column setting in testAndrew Godwin2014-03-091-7/+7
* Merge pull request #2315 from bendavis78/issues/22073Andrew Godwin2014-03-091-0/+40
|\
| * Fixed #22073 - Ensure CreateTable operation handles backw...Ben Davis2014-02-171-0/+40
* | Fixed three small flake8 violations.Alex Gaynor2014-03-051-0/+1
* | Added tests for MTI in RunPython.Loic Bistuer2014-03-041-3/+50
* | Fixed #22168 -- Fixed migrations failing on sqlite when c...Baptiste Mispelon2014-03-011-0/+17
* | Two whitespace changes to appease flake8Alex Gaynor2014-02-231-1/+1
* | Fixed #22095 -- Enabled backward migrations for RunPython...Andrew Gorcester2014-02-231-4/+20
|/
* Removed unused imports + other flake8 fixes.Tim Graham2014-02-091-0/+1
* Fixed #21892: RunPython no longer accepts stringsAndrew Godwin2014-02-091-16/+7
* Fix regress added to migrations.test_operations.test_alte...Michael Manfre2014-02-021-1/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-36/+36
* Fixed a small collection of flake8 violations that had sn...Alex Gaynor2014-01-201-1/+1
* Remove unicode prefix that snuck inAndrew Godwin2014-01-191-1/+1
* Fixed #21664: Multi-table inheritance was duplicating _pt...Andrew Godwin2014-01-191-0/+32
* Fixed #21783: (again) Found second source of bug, also sq...Andrew Godwin2014-01-191-0/+8
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-171-1/+0
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+3
* Fix altering of SERIAL columns and InnoDB being picky abo...Andrew Godwin2013-12-111-1/+56
* Fixed a flake8 errorAlex Gaynor2013-12-051-1/+1
* Don't make a second migration if there was a force-null-d...Andrew Godwin2013-12-041-1/+33
* Massive migration optimiser improvements + RenameModel opnAndrew Godwin2013-11-061-0/+24
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1