diff options
| author | David Wobrock <david.wobrock@gmail.com> | 2021-04-28 21:21:33 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-29 07:46:22 +0200 |
| commit | 4ab3ef238edfa7c7b7c2c4420c7ae5b722bde121 (patch) | |
| tree | 72cc8472faafe72a935b17e32a86d348aa36a05d /docs | |
| parent | ee3b719a81e62751195853233813c198ab7b66bb (diff) | |
Fixed #32675 -- Doc'd that autodector changes might cause generation of no-op migrations.
Follow up to aa4acc164d1247c0de515c959f7b09648b57dc42.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index faf3d0fa1e..ab65c31094 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -392,6 +392,10 @@ Miscellaneous * Tests that fail to load, for example due to syntax errors, now always match when using :option:`test --tag`. +* The migrations autodetector now uses model states instead of model classes. + As a side-effect ``makemigrations`` might generate no-op ``AlterField`` + operations for ``ForeignKey`` fields in some cases. + .. _deprecated-features-4.0: Features deprecated in 4.0 |
