summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-05-23 17:02:40 +0200
committerGitHub <noreply@github.com>2017-05-23 17:02:40 +0200
commit538bf43458a147b7edeb7118c9f325c3f59ff6fb (patch)
treea1724f358e8d8829c0c68b1e8bba6882d108fc53 /docs/ref
parentb3eb6eaf1a197ff155faf333871da032c77ba855 (diff)
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.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
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**: ``<database>`` does not support a database index on
+ ``<field data type>`` columns.
* **fields.E900**: ``IPAddressField`` has been removed except for support in
historical migrations.
* **fields.W900**: ``IPAddressField`` has been deprecated. Support for it