Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed tuple serialization test.Baptiste Mispelon2014-05-231-1/+1
* Fixed #22602 -- Improved code coverage of makemigrations ...Huu Nguyen2014-05-239-0/+326
* Fixed #22667 -- Replaced leader/follower terminology with...Flavio Curella2014-05-221-1/+1
* Fixed #22679 -- Fixed empty tuple serialization in Migrat...Moayad Mardini2014-05-221-0/+12
* Made nested deconstruction support both forms of deconstr...Marc Tamlyn2014-05-221-0/+12
* 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
* | Merge pull request #2634 from loic/ticket22424Andrew Godwin2014-05-201-0/+132
|\ \
| * | 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
* | | Fixed #22661 -- Move makemigrations tests to the proper c...Huu Nguyen2014-05-201-22/+22
|/ /
* | Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-1515-15/+15
* | Tests for #22325Andrew Godwin2014-05-093-0/+53
* | Appeased flake8.Aymeric Augustin2014-05-081-1/+2
* | Fixed #22496: Data migrations get transactions again!Andrew Godwin2014-05-071-0/+37
* | Fixed #22435 -- Prevented adding a ManyToManyField from p...Tim Graham2014-05-031-0/+26
* | Fix migration autodector to work correctly with custom de...Chris Beaven2014-05-021-0/+22
* | flake8 fixes.Tim Graham2014-05-011-0/+1
* | Cleanup failing test w/contenttypes and remove useless gr...Andrew Godwin2014-05-011-1/+4
* | Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-302-3/+30
|/
* Fixed #22474 -- Made migration recorder aware of multiple...Claude Paroz2014-04-301-1/+7
* Fixed #22447 -- Make sure custom model bases can be migra...Simon Charette2014-04-292-0/+17
* 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
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed flake8 errors.Tim Graham2014-04-202-2/+5
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-183-12/+140
* Revert "Fixed #22397 -- Issues removing M2M field with ex...Simon Charette2014-04-183-129/+12
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-173-12/+129
* Fixed #22460 -- Explicity remove constraints when droppin...Motiejus Jakštys2014-04-161-0/+16
* Fixed #22350 -- Consistently serialize bytes and text in ...Simon Charette2014-04-1411-4/+49
* Fixed #22363 -- Correctly serialize `django.utils.datetim...Simon Charette2014-04-031-1/+9
* Fixed #22319 -- Fixed migration external dependencies whe...Loic Bistuer2014-03-311-1/+1
* Fixed #22359 -- Changing M2M field to blank=True failed o...Loic Bistuer2014-03-311-8/+30
* Fixed #22331 -- Made MigrationAutodetector ignore unmanag...Tim Graham2014-03-252-11/+27
* Fixed #22331 -- Fixed migrations ProjectState to ignore u...Loic Bistuer2014-03-251-0/+11
* Fixed #22300 -- Fixed crash in migrations when changing n...Stephen Burrows2014-03-251-0/+23
* Fixed #22275: unique_together broken if ForeignKey split ...Andrew Godwin2014-03-201-0/+38
* 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
* Fix autodetector creation of RenameModel migration to cap...Chris Beaven2014-03-111-4/+4
* Fixed #22239 -- Add auto detection of renamed modelsChris Beaven2014-03-101-0/+70
* 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 #22204: Bad circular-dep-breaking if more than one ...Andrew Godwin2014-03-061-2/+3
* | Fixed three small flake8 violations.Alex Gaynor2014-03-051-0/+1
* | Fixed #21893 -- ModelState didn't account for MTI parents...Loic Bistuer2014-03-041-0/+15