index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2015-03-16
[1.8.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...
John Giannelos
2015-03-14
[1.8.x] Refs #24354 -- Prevented repointing of relations on superclasses when...
Matthew Wilkes
2015-03-04
[1.8.x] Fixed #24435 -- Prevented m2m field removal and addition in migration...
Markus Holtermann
2015-02-23
[1.8.x] Fixed #24366 -- Optimized traversal of large migration dependency gra...
Marten Kenbeek
2015-02-21
Removed zombie file again.
Loic Bistuer
2015-02-20
Removed an inadvertently added test directory.
Tim Graham
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
[1.8.x] Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-18
[1.8.x] Fixed #24362: Made test run each migration operation in its own schem...
Shai Berger
2015-02-18
[1.8.x] Fixed #24291 - Fixed migration ModelState generation with unused swap...
Marten Kenbeek
2015-02-17
[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django sourc...
Tim Graham
2015-02-16
Fixed regression in test introduced in d538e37e1b14603d1d0c94f185f378fc0ed1e53f
Markus Holtermann
2015-02-16
[1.8.x] Added tests for get_related_models_recursive
Markus Holtermann
2015-02-16
[1.8.x] Refs #24282 -- Added failing test case for assigning models of wrong ...
Markus Holtermann
2015-02-16
[1.8.x] Refs #24264 -- Added failing test case for updating a FK when changin...
Markus Holtermann
2015-02-16
[1.8.x] Refs #24225 -- Added failing test case for removing a previously adde...
Claude Paroz
2015-02-15
[1.8.x] Added new "W503 line break before binary operator" warning to flake8 ...
Tim Graham
2015-02-13
[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2015-02-03
[1.8.x] Refactored tests that rely on an ImportError for Python 3.5 compatibi...
Tim Graham
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-17
[1.8.x] Cleaned up migration writer tests
Markus Holtermann
2015-01-15
Fixed #24135 -- Made RenameModel rename many-to-many tables.
Tim Graham
2015-01-15
Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3
Collin Anderson
2015-01-14
Fixed #24147 -- Prevented managers leaking model during migrations
Markus Holtermann
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-11
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-10
Fixed #24110 -- Rewrote migration unapply to preserve intermediate states
Markus Holtermann
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-09
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Markus Holtermann
2015-01-07
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...
Markus Holtermann
2015-01-07
Refs #23822 -- Made MigrationOptimizer aware of model managers
Markus Holtermann
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Refs #23359 -- Removed double newline from output of migrate --list
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-12-31
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Markus Holtermann
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
Added test for an intermediate swappable model change in migration state.
Markus Holtermann
2014-12-29
Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...
Markus Holtermann
2014-12-23
Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.
Tim Graham
2014-12-22
Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-12-21
Fixed #24017 -- Added python_2_unicode_compatible in db/migrations
Josh Schneier
2014-12-16
Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...
Andriy Sokolovskiy
2014-12-15
Refs #23947 -- Improved migrations tests table cleanup.
Diego GuimarĂ£es
2014-12-15
Fixed reverse test execution for migration manager tests
Markus Holtermann
2014-12-15
Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
Andriy Sokolovskiy
[next]