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-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
2014-08-19
[1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610d...
Baptiste Mispelon
2014-08-18
[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...
Baptiste Mispelon
2014-08-15
[1.7.x] Fixed typo in tests/migrations/test_operations.py
Tim Graham
2014-08-12
[1.7.x] Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-07
[1.7.x] Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-04
[1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-08-03
[1.7.x] Fixed a MySQL test failure introduced by cbb29af1aa.
Simon Charette
2014-08-03
[1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-07-29
[1.7.x] Fixed #23101: Prefer doing deletes before creates in autodetector.
Andrew Godwin
2014-07-28
[1.7.x] Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-28
[1.7.x] Fixed #23100: Individual FK creation missing dependencies
Andrew Godwin
2014-07-26
[1.7.x] Fixed #22944: Bad dependency on FK alteration in autodetector
Andrew Godwin
2014-07-25
[1.7.x] Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-07-25
[1.7.x] Fixed #23071 -- Use last migration's name in dependency to other app
Jeroen Dekkers
2014-07-24
[1.7.x] Fixed #23014 -- Infinite migration regression with unique/index_toget...
Tim Graham
2014-07-24
[1.7.x] Silenced a Python 2 ImportWarning in a migrations test.
Tim Graham
2014-07-21
[1.7.x] Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-07-21
[1.7.x] Fixed #22975: Don't call rename SQL if not needed
Andrew Godwin
2014-07-16
[1.7.x] Fixed #23041: Bad base dependencies for proxy models
Andrew Godwin
2014-07-15
[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constra...
Tim Graham
2014-07-15
[1.7.x] Fixed #23008 -- Fixed typo causing bad migration dependencies.
Tim Graham
2014-07-14
[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...
Huu Nguyen
2014-07-10
[1.7.x] Fix comment
Andrew Godwin
2014-07-09
[1.7.x] Fixed #22970: Incorrect dependencies for existing migrated apps
Andrew Godwin
2014-07-06
[1.7.x] Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Loic Bistuer
[next]