mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions.
Regression in 6789ded0a6
.
This commit is contained in:
parent
bbd55e5863
commit
ee0abac169
5 changed files with 26 additions and 1 deletions
|
@ -303,6 +303,7 @@ class Migration(migrations.Migration):
|
|||
('start', models.DateTimeField()),
|
||||
('end', models.DateTimeField()),
|
||||
('cancelled', models.BooleanField(default=False)),
|
||||
('requirements', models.JSONField(blank=True, null=True)),
|
||||
],
|
||||
options={
|
||||
'required_db_vendor': 'postgresql',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue