diff options
| author | Simon Charette <charette.s@gmail.com> | 2022-08-19 14:03:15 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-25 10:03:57 +0200 |
| commit | 71902e0d9f93670c4f93ff9d66095b0e571be74b (patch) | |
| tree | 0a74624cfad7f8b85c01e1f331487beb59f7f41f /docs | |
| parent | 2480554dc4ada4ecf3f6a08e318735a2e50783f3 (diff) | |
Fixed #33938 -- Fixed migration crash for m2m with a through model in another app.
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
Thanks bryangeplant for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 39b1306234..2ae2ecfb1d 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -43,3 +43,6 @@ Bugfixes * Fixed a regression in Django 4.1 that caused a migration crash on PostgreSQL when altering ``AutoField``, ``BigAutoField``, or ``SmallAutoField`` to ``OneToOneField`` (:ticket:`33932`). + +* Fixed a migration crash on ``ManyToManyField`` fields with ``through`` + referencing models in different apps (:ticket:`33938`). |
