From 538bf43458a147b7edeb7118c9f325c3f59ff6fb Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 23 May 2017 17:02:40 +0200 Subject: Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. Thanks Zubair Alam for the initial patch and Tim Graham for the review. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 570fa7393c..64fd6b68aa 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -172,6 +172,8 @@ Model fields * **fields.E160**: The options ``auto_now``, ``auto_now_add``, and ``default`` are mutually exclusive. Only one of these options may be present. * **fields.W161**: Fixed default value provided. +* **fields.W162**: ```` does not support a database index on + ```` columns. * **fields.E900**: ``IPAddressField`` has been removed except for support in historical migrations. * **fields.W900**: ``IPAddressField`` has been deprecated. Support for it -- cgit v1.3