mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
This commit is contained in:
@@ -206,7 +206,10 @@ Model fields
|
||||
* **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.
|
||||
in historical migrations) will be removed in Django 4.0. *This check appeared
|
||||
in Django 3.1 and 3.2*.
|
||||
* **fields.E903**: ``NullBooleanField`` is removed except for support in
|
||||
historical migrations.
|
||||
* **fields.W904**: ``django.contrib.postgres.fields.JSONField`` is deprecated.
|
||||
Support for it (except in historical migrations) will be removed in Django
|
||||
4.0.
|
||||
|
||||
Reference in New Issue
Block a user