mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Fixed #33938 -- Fixed migration crash for m2m with a through model in another app.
Regression in aa4acc164d.
Thanks bryangeplant for the report.
This commit is contained in:
parent
2480554dc4
commit
71902e0d9f
3 changed files with 50 additions and 1 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue