From 7a0bbd0008b559ca0b0540b3ad8336cbdb0c635c Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 18 Dec 2015 16:13:55 +0100 Subject: [PATCH] Warn about data types. --- base_custom_info/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base_custom_info/README.rst b/base_custom_info/README.rst index e1f962e79..14f3b5a90 100644 --- a/base_custom_info/README.rst +++ b/base_custom_info/README.rst @@ -51,6 +51,11 @@ Development To create a module that supports custom information, just depend on this module and inherit from the ``custom.info`` model. +Known issues / Roadmap +====================== + +* All data types of custom information values are text strings. + Bug Tracker ===========