mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL.
The namespace of the constraint must be included when making the
constraint immediate.
Regression in 22ce5d0031
.
Thanks Rodrigo Estevao for the report.
This commit is contained in:
parent
6f3e3e87ab
commit
2e8941b6f9
4 changed files with 36 additions and 1 deletions
|
@ -18,3 +18,7 @@ Bugfixes
|
|||
* Reallowed, following a regression in Django 3.0, non-expressions having a
|
||||
``filterable`` attribute to be used as the right-hand side in queryset
|
||||
filters (:ticket:`31664`).
|
||||
|
||||
* Fixed a regression in Django 3.0.2 that caused a migration crash on
|
||||
PostgreSQL when adding a foreign key to a model with a namespaced
|
||||
``db_table`` (:ticket:`31735`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue