mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
This commit is contained in:
@@ -165,6 +165,8 @@ Fields
|
||||
* **fields.W900**: ``IPAddressField`` has been deprecated. Support for it
|
||||
(except in historical migrations) will be removed in Django 1.9. *This check
|
||||
appeared in Django 1.7 and 1.8*.
|
||||
* **fields.W901**: ``CommaSeparatedIntegerField`` has been deprecated. Support
|
||||
for it (except in historical migrations) will be removed in Django 2.0.
|
||||
|
||||
File Fields
|
||||
~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user