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
2014-12-30
[1.7.x] Added test for an intermediate swappable model change in migration st...
Markus Holtermann
2014-12-29
Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete f...
Tim Graham
2014-12-29
[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields an...
Markus Holtermann
2014-12-23
[1.7.x] Fixed #24037 -- Prevented data loss possibility when changing Meta.ma...
Tim Graham
2014-12-22
[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-12-16
[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_re...
Andriy Sokolovskiy
2014-12-15
[1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
Andriy Sokolovskiy
2014-12-11
[1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritance
Markus Holtermann
2014-12-03
[1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in Migration...
Gavin Wahl
2014-12-02
[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-12-01
[1.7.x] Fixed flake8 warnings.
Tim Graham
2014-12-01
[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-26
[1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Carl Meyer
2014-11-26
[1.7.x] Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-21
[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...
Andrzej Pragacz
2014-11-20
[1.7.x] Fixed duplicate index error on Oracle; refs #23859.
Markus Holtermann
2014-11-19
[1.7.x] Cleaned up and reformatted autodetector tests
Markus Holtermann
2014-11-19
[1.7.x] Formatted model states in autodetector tests
Markus Holtermann
2014-11-19
[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...
Carl Meyer
2014-11-19
[1.7.x] Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-18
[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-17
[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...
Markus Holtermann
2014-11-06
[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...
Markus Holtermann
2014-10-29
[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders uni...
Markus Holtermann
2014-10-23
[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-20
[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Tianyi Wang
2014-10-09
[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...
Markus Holtermann
2014-10-09
[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...
Rudy Mutter
2014-09-27
[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...
Loic Bistuer
2014-09-25
[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Markus Holtermann
2014-09-24
[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying...
Tim Graham
2014-09-24
[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...
Markus Holtermann
2014-09-23
[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Sergey Fedoseev
2014-09-19
[1.7.x] Fixed some flake8 errors.
Tim Graham
2014-09-15
[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
valtron
2014-09-12
[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names
Carl Meyer
2014-09-10
[1.7.x] Corrected grammar in migrations error message.
Markus Bertheau
2014-09-10
[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...
Markus Holtermann
2014-09-08
[1.7.x] Fixed broken test from da160d440f; refs #23418.
Markus Holtermann
2014-09-08
[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid import
Markus Holtermann
2014-09-08
[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...
Andrew Pinkham
2014-09-05
[1.7.x] Fix Python 3 incompatability
Andrew Godwin
2014-09-05
[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly ...
Ben Reilly
2014-09-02
[1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-23
[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error i...
Raffaele Salmaso
2014-08-23
[1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_plan
Raffaele Salmaso
2014-08-20
[1.7.x] Fixed #23322 -- Use resolved swappable model for dependency resolutio...
Markus Holtermann
2014-08-20
[1.7.x] Fixed migrations tests added in refs #23315.
Tim Graham
2014-08-19
[1.7.x] Fixed #23315: Operational dependency fail with mixed create/add
Andrew Godwin
2014-08-19
[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
[next]