summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2014-06-15Fixed #22833: Autodetector not doing through mapping correctlyAndrew Godwin
2014-06-12Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.Andrew Godwin
2014-06-09Remove overzealous migration flushes from migration test suiteAndrew Godwin
2014-06-08Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-06-07Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-06-05Rewrote migration autodetector to involve actual computer science.Andrew Godwin
2014-06-05Merge pull request #2736 from SmileyChris/migration-run_beforeAndrew Godwin
2014-06-01Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-05-30Improved the test for refs #22682.Moayad Mardini
2014-05-29Fix additional test failures caused by migration pollutionAndrew Godwin
2014-05-30Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-29Implement Migration.run_beforeChris Beaven
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-23Fixed tuple serialization test.Baptiste Mispelon
2014-05-23Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-22Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
2014-05-22Made nested deconstruction support both forms of deconstruct()Marc Tamlyn
2014-05-21Skipped a migrations test that's not supported on MySQL + Python 3.Tim Graham
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-20Merge pull request #2634 from loic/ticket22424Andrew Godwin
2014-05-19Fixed #22661 -- Move makemigrations tests to the proper classHuu Nguyen
2014-05-18Failing testcases for #22649.Loic Bistuer
2014-05-18Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...Loic Bistuer
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-08Tests for #22325Andrew Godwin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-05-02Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default.Tim Graham
2014-05-02Fix migration autodector to work correctly with custom deconstructed valuesChris Beaven
2014-04-30flake8 fixes.Tim Graham
2014-04-30Cleanup failing test w/contenttypes and remove useless graph loadAndrew Godwin
2014-04-30Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-30Fixed #22474 -- Made migration recorder aware of multiple databasesClaude Paroz
2014-04-29Fixed #22447 -- Make sure custom model bases can be migrated.Simon Charette
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-04-16Fixed #22460 -- Explicity remove constraints when dropping a related field.Motiejus Jakštys
2014-04-13Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette
2014-04-03Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.Simon Charette
2014-03-31Fixed #22319 -- Fixed migration external dependencies when there are internal...Loic Bistuer