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-05-18
[1.8.x] Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migr...
Tim Graham
2015-04-30
[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relat...
Markus Holtermann
2015-04-25
[1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrations
Markus Holtermann
2015-04-21
[1.8.x] Fixed #24573 -- Considered new related models for reloading
Markus Holtermann
2015-04-17
[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-04-07
[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloads
Patryk Zawadzki
2015-04-05
[1.8.x] Fixed #24278 -- Fixed serialization of migration operations.
Marten Kenbeek
2015-04-05
[1.8.x] Refs #24278 -- Allowed multi-line serializations in OperationWriter.
Marten Kenbeek
2015-04-04
[1.8.x] Fixed flake8 warning.
Tim Graham
2015-04-02
[1.8.x] Fixed #24566 -- Added support for serializing timedelta
Baptiste Mispelon
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
[next]