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-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
2015-02-16
Refs #24282 -- Added failing test case for assigning models of wrong type to FK
Markus Holtermann
2015-02-16
Refs #24264 -- Added failing test case for updating a FK when changing a PK
Markus Holtermann
2015-02-16
Refs #24225 -- Added failing test case for removing a previously added field ...
Claude Paroz
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Refactored tests that rely on an ImportError for Python 3.5 compatibility
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-20
Fixed #24155 -- Maintained kwargs and import order in migration writer
Markus Holtermann
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-17
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
[prev]
[next]