Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_autodetector.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22970: Incorrect dependencies for existing migrate...Andrew Godwin2014-07-101-1/+42
* Fixed #22960: Bad handling of relations as PKs in autodet...Andrew Godwin2014-07-061-1/+16
* Fixed #22903 -- Fixed migration generation if index_toget...Tim Graham2014-06-251-0/+38
* Fixed #22708: Typo in autodetector base dependency genAndrew Godwin2014-06-241-0/+17
* Fixed #22783: Make sure swappable models come first in cr...Andrew Godwin2014-06-161-1/+35
* Fixed #22568: Better proxy model support in migrationsAndrew Godwin2014-06-161-13/+50
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-151-0/+62
* Persist non-schema-relevant Meta changes in migrationsAndrew Godwin2014-06-151-0/+15
* Fixed #22833: Autodetector not doing through mapping corr...Andrew Godwin2014-06-151-0/+15
* Fixed #22777: Add dependency on through for autodetected ...Andrew Godwin2014-06-091-1/+15
* Fixed #22750, #22248: Model renaming now also alters fiel...Andrew Godwin2014-06-081-24/+9
* Rewrote migration autodetector to involve actual computer...Andrew Godwin2014-06-061-22/+129
* Fixed #22659 -- Prevent model states from sharing field i...Simon Charette2014-06-011-2/+2
* Made nested deconstruction support both forms of deconstr...Marc Tamlyn2014-05-221-0/+12
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* 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
* Fixed flake8 errors.Tim Graham2014-04-201-2/+2
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-181-3/+54
* Revert "Fixed #22397 -- Issues removing M2M field with ex...Simon Charette2014-04-181-54/+3
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-171-3/+54
* Fixed #22319 -- Fixed migration external dependencies whe...Loic Bistuer2014-03-311-1/+1
* Fixed #22331 -- Made MigrationAutodetector ignore unmanag...Tim Graham2014-03-251-0/+27
* 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
* 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 #22204: Bad circular-dep-breaking if more than one ...Andrew Godwin2014-03-061-2/+3
* Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin2014-02-171-0/+20
|\
| * Fixed #22030 -- Don't assume that all fields have a swapp...Baptiste Mispelon2014-02-131-0/+20
* | Fixed #22035 -- reordered migration operationsAnton Baklanov2014-02-151-0/+19
|/
* Fix my slightly hasty autodetector changesAndrew Godwin2014-02-121-2/+2
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-1/+15
* Migration VCS conflict detection and --merge for makemigr...Andrew Godwin2013-12-041-2/+3
* Fixed #21114 -- Migrations must not have a dependency to ...Markus Holtermann2013-09-171-0/+55
* Migration autodetector now corerctly deals with proxy modelsAndrew Godwin2013-09-061-0/+27
* Change autodetector changes API to be just one methodAndrew Godwin2013-08-211-15/+15
* Add test for creating M2MsAndrew Godwin2013-07-251-2/+2
* Autodetection of unique_together changesAndrew Godwin2013-07-021-0/+38
* Add unique_together altering operationAndrew Godwin2013-07-021-2/+2
* Autodetect ForeignKeys and add dependencies/split on circ...Andrew Godwin2013-06-221-0/+67
* Prompt about renames rather than doing them automaticallyAndrew Godwin2013-06-211-1/+1
* Autodetect field renames. HAHAHA. AHAHAHAHA. YES.Andrew Godwin2013-06-201-1/+20
* Autodetect field altersAndrew Godwin2013-06-201-0/+18
* Add operation that renames tablesAndrew Godwin2013-06-201-0/+35
* First stab at some migration creation commandsAndrew Godwin2013-06-191-3/+21
* Auto-naming for migrations and some writer fixesAndrew Godwin2013-06-071-4/+29
* Autodetector testsAndrew Godwin2013-06-071-0/+54