From 17f62ddcdab7f9e353fb7dc7d850a9693d7eefde Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sat, 6 May 2017 04:19:26 +0200 Subject: [PATCH] more on docs and todos --- src/fobi/contrib/apps/drf_integration/README.rst | 2 +- src/fobi/contrib/apps/drf_integration/TODOS.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fobi/contrib/apps/drf_integration/README.rst b/src/fobi/contrib/apps/drf_integration/README.rst index d9afd1d7..5a903bdf 100644 --- a/src/fobi/contrib/apps/drf_integration/README.rst +++ b/src/fobi/contrib/apps/drf_integration/README.rst @@ -23,7 +23,7 @@ The following fields are suppored. - email - file - float -- hidden +- hidden (in terms of the Django REST framework - a read-only field) - input (some sort of a copy of `text` plugin) - integer - ip_address diff --git a/src/fobi/contrib/apps/drf_integration/TODOS.rst b/src/fobi/contrib/apps/drf_integration/TODOS.rst index 4e7da01a..6459f57c 100644 --- a/src/fobi/contrib/apps/drf_integration/TODOS.rst +++ b/src/fobi/contrib/apps/drf_integration/TODOS.rst @@ -28,7 +28,8 @@ Must haves Should haves ------------ -- Find why HiddenInput tests fail. ++ Find why HiddenInput tests fail (in terms of Django REST framework it's + a read-only field). - Add custom field instance callback for handling data of the custom field instances. Do it this way and not the other way, since things get complicated when we start to deal with wizards.