index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_executor.py
Age
Commit message (
Expand
)
Author
2021-01-21
[3.2.x] Fixed #32374 -- Stopped recording migration application before deferr...
Simon Charette
2021-01-21
[3.2.x] Refs #29721 -- Simplified migration used to test atomic recording.
Simon Charette
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-03-07
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-10-24
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-08-10
Fixed #28386 -- Made operations within non-atomic migrations honor the operat...
Evan Grim
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-09
Fixed test isolation in a couple migrations tests.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-26
Fixed #26647 -- Included the state of all applied migrations when migrating f...
Simon Charette
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2015-12-19
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Tim Graham
2015-09-19
Fixed #24743, #24745 -- Optimized migration plan handling
Markus Holtermann
2015-06-03
Cleaned up docstring style, per Tim Graham review.
Carl Meyer
2015-06-03
Refs #24628 -- Added a second test and a docstring comment to avoid regression.
Carl Meyer
2015-06-02
Fixed #24628 -- Fixed applied status for squashed migrations.
Carl Meyer
2015-02-16
Refs #24264 -- Added failing test case for updating a FK when changing a PK
Markus Holtermann
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #24129 -- Added indicator that migrations are rendering the initial state
Markus Holtermann
2015-01-12
Fixed #24123 -- Used all available migrations to generate the initial migrati...
Markus Holtermann
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Passed around the state between migrations
Claude Paroz
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-11-19
Added another migration-executor test to avoid regressions.
Carl Meyer
2014-11-19
Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...
Carl Meyer
2014-09-24
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-19
Fixed some flake8 errors.
Tim Graham
2014-09-15
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-07-25
Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-06-23
Fixed #22881 -- Better soft_applied migration detection
Chris Beaven
2014-06-16
Removed usaged of contrib.sessions as a placeholder in migration tests.
Tim Graham
2014-06-09
Remove overzealous migration flushes from migration test suite
Andrew Godwin
2014-05-08
Tests for #22325
Andrew Godwin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Fixed some flake8 issues
Alex Gaynor
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-08-23
Fix some small errors in the tests
Andrew Godwin
2013-08-11
Fix weird planning issues when already fully migrated.
Andrew Godwin
[next]