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-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
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-24
Fixed #23618 -- Allowed apps with no models to still have migrations
Claude Paroz
2014-10-23
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-20
Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Tianyi Wang
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-10-02
Fixed #23426 -- Allowed parameters in migrations.RunSQL
Markus Holtermann
2014-09-29
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
Rudy Mutter
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
Loic Bistuer
2014-09-25
Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Markus Holtermann
2014-09-24
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
[prev]
[next]