more on docs and todos

This commit is contained in:
Artur Barseghyan 2017-05-06 04:19:26 +02:00
parent 3888054694
commit 17f62ddcda
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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.