Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Django version to 5.x #1271

Closed
b1rger opened this issue Oct 7, 2024 · 0 comments · Fixed by #1273
Closed

Bump Django version to 5.x #1271

b1rger opened this issue Oct 7, 2024 · 0 comments · Fixed by #1273

Comments

@b1rger
Copy link
Contributor

b1rger commented Oct 7, 2024

The nulls_distinct constriant was introduced in Django 5.0. We should therefore bump the minimal Django version to 5.0

b1rger added a commit that referenced this issue Oct 8, 2024
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
b1rger added a commit that referenced this issue Oct 8, 2024
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
b1rger added a commit that referenced this issue Oct 8, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant