mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 06:13:10 +00:00
more on docs and todos
This commit is contained in:
parent
3888054694
commit
17f62ddcda
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue