summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/checks.txt')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index d9bfdb168c..d9b56c3c58 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -202,6 +202,8 @@ Model fields
in historical migrations.
* **fields.W902**: ``FloatRangeField`` is deprecated and will be removed in
Django 3.1. *This check appeared in Django 2.2 and 3.0*.
+* **fields.W903**: ``NullBooleanField`` is deprecated. Support for it (except
+ in historical migrations) will be removed in Django 4.0.
File fields
~~~~~~~~~~~