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
/
django
/
db
/
migrations
Age
Commit message (
Expand
)
Author
2015-01-15
Fixed #24135 -- Made RenameModel rename many-to-many tables.
Tim Graham
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
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
Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...
Markus Holtermann
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-07
Refs #22608 -- Optimized migration optimizer
Markus Holtermann
2015-01-07
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
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
Added ignore_swappable to StateApps
Markus Holtermann
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-12-31
Renamed variables to avoid name collision with import of django.db.models.
Russell Keith-Magee
2014-12-29
Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...
Markus Holtermann
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
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
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-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Gavin Wahl
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-25
Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-21
Fixed #23794 -- Fixed migrations crash when removing a field that's part of i...
Andrzej Pragacz
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-11-19
Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...
Carl Meyer
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-17
Avoided unneeded calls to state.render() in migrations.
twidi
2014-11-17
Reordered condition to avoid calling allow_migrate() if unneeded.
twidi
2014-11-15
Merge pull request #3536 from Zweedeend/ticket_23837
Carl Meyer
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-11-15
Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...
Niels Kouwenhoven
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
2014-11-06
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...
Markus Holtermann
2014-10-30
Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.
twidi
2014-10-30
Fixed #23556 -- Raised a more meaningful error message when migrations refer ...
Markus Holtermann
2014-10-29
Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...
Markus Holtermann
[next]