You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `apis_core.collections` app now uses the `nulls_distinct` argument
for a UniqueConstraint, which was only introduced in Django 5, so we
bump the minimal Django dependency.
Closes: #1271
The `apis_core.collections` app now uses the `nulls_distinct` argument
for a UniqueConstraint, which was only introduced in Django 5, so we
bump the minimal Django dependency.
Closes: #1271
The `apis_core.collections` app now uses the `nulls_distinct` argument
for a UniqueConstraint, which was only introduced in Django 5, so we
bump the minimal Django dependency.
Closes: #1271
The
nulls_distinct
constriant was introduced in Django 5.0. We should therefore bump the minimal Django version to 5.0The text was updated successfully, but these errors were encountered: