5.1: Deprecate CheckConstraint.check #4229
test.yml
on: pull_request
build-and-check
18s
Matrix: matrix-test
Matrix: mypy-self-check
Matrix: run-pyright
Matrix: stubtest
Matrix: test
Annotations
3 errors
run-pyright (3.12)
Exit code 1
|
run-pyright (3.12):
tests/assert_type/db/models/test_constraints.py#L16
The constructor for class "CheckConstraint" is deprecated
The check keyword argument is deprecated in favor of condition and will be removed in Django 6.0 (reportDeprecated)
|
run-pyright (3.12)
1 error
|