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-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-07-02
Fixed #25040 -- Fixed migrations state crash with GenericForeignKey
Kai Richard Koenig
2015-06-29
Refs #20203 -- Allowed adding custom default manager to the model state
Andriy Sokolovskiy
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-23
Used mock in MigrationQuestioner tests
Markus Holtermann
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-16
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
Markus Holtermann
2015-06-14
Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRT
Markus Holtermann
2015-06-14
Took AlterOrderWithRespectTo into account when optimizing migrations
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-06-02
Improved isolation of applied-migrations table in migration tests.
Carl Meyer
2015-06-02
Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.
Carl Meyer
2015-06-01
Fixed #24883 -- Added MigrationGraph.__repr__()
Yoong Kang Lim
2015-05-26
Fixed #24340 -- Added nested deconstruction for list, tuple and dict values
Matt Westcott
2015-05-25
Fixed #24848 -- Fixed ValueError for faulty migrations module.
Marten Kenbeek
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-18
Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations t...
Tim Graham
2015-05-02
Moved migration exception classes to shared module
Markus Holtermann
2015-04-30
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
Markus Holtermann
2015-04-25
Fixed #24701 -- Converted model manager names to unicode in migrations
Markus Holtermann
2015-04-21
Fixed #24573 -- Considered new related models for reloading
Markus Holtermann
2015-04-20
Fixed #24591 -- Optimized cloning of ModelState objects.
Marten Kenbeek
2015-04-20
Refs #24397 -- Sped up model reloading in ProjectState.
Marten Kenbeek
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-04-10
Fixed #24514 -- Made migration writer omit models import if it's unused.
Christopher Luc
2015-04-09
Use mock.patch in migrations tests
Curtis Maloney
2015-04-07
Fixed #24513 -- Made sure a model is only rendered once during reloads
Patryk Zawadzki
2015-04-05
Fixed #24278 -- Fixed serialization of migration operations.
Marten Kenbeek
2015-04-05
Refs #24278 -- Allowed multi-line serializations in OperationWriter.
Marten Kenbeek
2015-04-02
Fixed #24566 -- Added support for serializing timedelta
Baptiste Mispelon
2015-03-30
Fixed #24550 -- Added migration operation description to sqlmigrate output
Markus Holtermann
2015-03-29
Refs #24366 -- Fixed recursion depth error in migration graph
Marten Kenbeek
2015-03-29
Refs #24366 -- Renamed arguments in MigrationGraph, renamed tests
Marten Kenbeek
2015-03-28
Fixed #24537 -- Ignored field order in RenameModel detection
Markus Holtermann
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Fixed #24483 -- Prevented keepdb from breaking with generator choices.
David Szotten
2015-03-23
Fixed #24521 -- Added support for serializing frozensets in migrations.
Baptiste Mispelon
2015-03-16
Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
John Giannelos
2015-03-14
Refs #24354 -- Prevented repointing of relations on superclasses when migrati...
Matthew Wilkes
2015-03-08
Fixed #23407 -- Extended coverage of makemigrations --noinput option.
Marten Kenbeek
2015-03-04
Fixed #24435 -- Prevented m2m field removal and addition in migrations when c...
Markus Holtermann
2015-02-23
Made migrations tests write to a temporary directory.
Aymeric Augustin
2015-02-23
Fixed #24366 -- Optimized traversal of large migration dependency graphs.
Marten Kenbeek
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-18
Fixed #24362: Made test run each migration operation in its own schema editor
Shai Berger
2015-02-18
Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...
Marten Kenbeek
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-16
Added tests for get_related_models_recursive
Markus Holtermann
[next]