Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 6e4f563

Browse files
authored
Update README.md
1 parent 1cbf793 commit 6e4f563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CheckConstraint now accepts any boolean expression since [Django 3.1+](https://docs.djangoproject.com/en/3.1/ref/models/constraints/#check) so this particular one can be expressed using RawSQL.
2+
CheckConstraint now accepts any boolean expression since [Django 3.1+](https://docs.djangoproject.com/en/3.1/ref/models/constraints/#check) so this can now be expressed using RawSQL.
33

44
```python
55
CheckConstraint(

0 commit comments

Comments
 (0)