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-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
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-11
Fixed #23956 -- Fixed migration creation for multiple table inheritance
Markus Holtermann
2014-12-03
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Gavin Wahl
2014-12-01
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
Corrected a docstring in tests/migrations/test_operations.py.
wrwrwr
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-28
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-25
Fixed flake8 warnings.
Tim Graham
2014-11-25
Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-21
Fixed #23794 -- Fixed migrations crash when removing a field that's part of i...
Andrzej Pragacz
2014-11-20
Fixed duplicate index error on Oracle; refs #23859.
Markus Holtermann
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
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-11-19
Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Carl Meyer
2014-11-19
Cleaned up and reformatted autodetector tests
Markus Holtermann
2014-11-19
Formatted model states in autodetector tests
Markus Holtermann
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-18
Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-16
Removed references to the deprecated assertRaisesRegexp method.
Simon Charette
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-11-15
Revert "Use topological sort for migration operation dependency resolution"
Tim Graham
2014-11-15
Use topological sort for migration operation dependency resolution
Klaas van Schelven
[prev]
[next]