mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
This commit is contained in:
committed by
Tim Graham
parent
bc7e288ca9
commit
6de7f9ec60
@@ -168,6 +168,8 @@ Model fields
|
||||
check appeared in Django 1.10 and 1.11*.
|
||||
* **fields.E901**: ``CommaSeparatedIntegerField`` is removed except for support
|
||||
in historical migrations.
|
||||
* **fields.W902**: ``FloatRangeField`` is deprecated and will be removed in
|
||||
Django 3.1.
|
||||
|
||||
File fields
|
||||
~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user