Closed
Description
I've upgraded the project I'm using to trial tasks to Django 5.1 and I am now receiving the following deprecation warning:
django_tasks/backends/database/models.py:103: RemovedInDjango60Warning: CheckConstraint.check is deprecated in favor of '.condition'.
Per the Django 5.1 release notes:
- The check keyword argument of CheckConstraint is deprecated in favor of condition.
This is also reflected in the documentation for CheckConstraint
Environment
- Python 3.11.4
- Django 5.1.0
- django-tasks 0.3.0
Activity