Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23008 -- Fixed typo causing bad migration dependen...Tim Graham2014-07-151-1/+1
* Fixed #22791 -- Invoke interactive questioner only for co...Huu Nguyen2014-07-147-0/+122
* Fix commentAndrew Godwin2014-07-101-1/+1
* Fixed #22970: Incorrect dependencies for existing migrate...Andrew Godwin2014-07-103-3/+59
* Fixed #22906 -- Added a more helpful repr to migrations' ...Loic Bistuer2014-07-061-0/+10
* Merge pull request #2881 from charettes/ticket-22943-comp...Andrew Godwin2014-07-061-12/+46
|\
| * Fixed #22943 -- Correctly serialize compiled regexes.Simon Charette2014-07-041-12/+46
* | Fixed #22960: Bad handling of relations as PKs in autodet...Andrew Godwin2014-07-061-1/+16
|/
* Fixed #22940 -- Added missing string iterpolation paramet...Colin Wood2014-07-021-0/+13
* Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().Tim Graham2014-06-271-0/+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 test failures introduced by refs #22881.Tim Graham2014-06-231-0/+7
* Fixed #22881 -- Better soft_applied migration detectionChris Beaven2014-06-232-1/+20
* Fixed #22875: Optimizer did not take through= into account.Andrew Godwin2014-06-221-0/+38
* Moved a line outside of try/except to prevent an error in...Tim Graham2014-06-201-1/+1
* Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen2014-06-201-15/+32
* Fixed several flake8 errorsAlex Gaynor2014-06-181-3/+2
* Fixed #22861: Internal migrations done first so __first__...Andrew Godwin2014-06-185-4/+84
* Fix __latest__ to actually resolve to the latest migrationAndrew Godwin2014-06-186-0/+57
* Fix broken testAndrew Godwin2014-06-181-3/+2
* Fixed #22853: Swapped models are now ignored for migratio...Andrew Godwin2014-06-181-7/+110
* Fix previous commit on python 2Andrew Godwin2014-06-171-0/+0
* Fixed #22577: Python 3 broke on non-module migrations dir...Víðir Valberg Guðmundsson2014-06-172-0/+1
* Removed some u'' prefixes to fix Python 3.2.Tim Graham2014-06-171-2/+2
* Added database migration for contrib.auth.Tim Graham2014-06-161-1/+5
* Added database migration for contrib.contenttypes.Tim Graham2014-06-161-1/+1
* Fixed #22783: Make sure swappable models come first in cr...Andrew Godwin2014-06-161-1/+35
* Fixed #22788 -- Ensured custom migration operations can b...Matthew Schinckel2014-06-161-0/+22
* Removed usaged of contrib.sessions as a placeholder in mi...Tim Graham2014-06-163-34/+21
* 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-162-14/+110
* Fixed #22470: Full migration support for order_with_respe...Andrew Godwin2014-06-153-0/+115
* Persist non-schema-relevant Meta changes in migrationsAndrew Godwin2014-06-152-0/+28
* Fixed #22833: Autodetector not doing through mapping corr...Andrew Godwin2014-06-151-0/+15
* Fixed #22823 (and partly #22563) - FKs from unmigrated ap...Andrew Godwin2014-06-1211-0/+96
* Remove overzealous migration flushes from migration test ...Andrew Godwin2014-06-091-4/+3
* 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-083-69/+36
* Fixed #22436: More careful checking on method ref'ce seri...Andrew Godwin2014-06-081-0/+27
* Rewrote migration autodetector to involve actual computer...Andrew Godwin2014-06-061-22/+129
* Merge pull request #2736 from SmileyChris/migration-run_b...Andrew Godwin2014-06-065-0/+91
|\
| * Implement Migration.run_beforeChris Beaven2014-05-295-0/+91
* | Fixed #22659 -- Prevent model states from sharing field i...Simon Charette2014-06-012-3/+20
* | Improved the test for refs #22682.Moayad Mardini2014-05-301-9/+7
* | Fix additional test failures caused by migration pollutionAndrew Godwin2014-05-301-6/+6
* | Fixed #22682 -- `makemigrations` will create `MIGRATION_M...Moayad Mardini2014-05-301-0/+35
|/
* Fixed #22675 -- makemigrations --dry-run to output migrat...Moayad Mardini2014-05-261-0/+31
* Fixed #22676 -- makemigrations --dry-run should not ask f...Moayad Mardini2014-05-243-0/+43