mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).
This commit is contained in:
committed by
Mariusz Felisiak
parent
34a69c2458
commit
a92cc84b4a
@@ -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
|
||||
~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user