django-nonrel / djangotoolbox

Django tools for building nonrel backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for max_length for ListField and SetField

sebasmagri opened this issue · comments

For some cases it'd be useful to define a max_length for ListField and SetField. It'd work as a maximum number of items for such fields.