summaryrefslogtreecommitdiff
path: root/tests/migrations/test_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-201/+285
* Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls2021-12-301-0/+11
* Fixed #33022 -- Fixed isolation of migrations.test_executor.ExecutorTests.tes...Mariusz Felisiak2021-10-081-26/+34
* Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls2021-08-301-0/+24
* Fixed #25255 -- Recorded unapplied squashed migrations.Jacob Walls2021-06-081-0/+17
* Fixed #32374 -- Stopped recording migration application before deferred SQL.Simon Charette2021-01-211-0/+27
* Refs #29721 -- Simplified migration used to test atomic recording.Simon Charette2021-01-211-4/+20
* Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette2020-04-221-2/+2
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.Tim Schilling2019-03-071-3/+17
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Fixed #29721 -- Ensured migrations are applied and recorded atomically.Sanyam Khurana2018-10-241-1/+21
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-4/+4
* Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim2017-08-101-0/+8
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Fixed test isolation in a couple migrations tests.Tim Graham2017-01-091-0/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+3
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette2016-08-241-0/+8
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-8/+8
* Fixed #26647 -- Included the state of all applied migrations when migrating f...Simon Charette2016-05-261-0/+28
* Fixed #25833 -- Added support for non-atomic migrations.Pankrat2016-02-051-0/+27
* Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.Tim Graham2015-12-191-0/+59
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-191-0/+59
* Cleaned up docstring style, per Tim Graham review.Carl Meyer2015-06-031-7/+2
* Refs #24628 -- Added a second test and a docstring comment to avoid regression.Carl Meyer2015-06-031-0/+24
* Fixed #24628 -- Fixed applied status for squashed migrations.Carl Meyer2015-06-021-0/+26
* Refs #24264 -- Added failing test case for updating a FK when changing a PKMarkus Holtermann2015-02-161-0/+35
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann2015-01-121-1/+46
* Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann2015-01-121-0/+90
* Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz2015-01-021-1/+1
* Passed around the state between migrationsClaude Paroz2015-01-021-1/+1
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-1/+1
* Added another migration-executor test to avoid regressions.Carl Meyer2014-11-191-0/+35
* Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer2014-11-191-1/+95
* Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...Tim Graham2014-09-241-38/+0
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-4/+4
* Fixed some flake8 errors.Tim Graham2014-09-191-2/+2
* Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...valtron2014-09-151-0/+38
* Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz2014-09-051-1/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz2014-08-301-1/+1
* Fixed #23093: soft application detection for swapped modelsAndrew Godwin2014-07-251-2/+20
* Fixed #22881 -- Better soft_applied migration detectionChris Beaven2014-06-231-0/+14
* Removed usaged of contrib.sessions as a placeholder in migration tests.Tim Graham2014-06-161-10/+21
* Remove overzealous migration flushes from migration test suiteAndrew Godwin2014-06-091-4/+3
* Tests for #22325Andrew Godwin2014-05-081-0/+22
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0