django-jsonschema
django-jsonschema copied to clipboard
django-jsonschema converts Django Forms into JSON Schema compatibile representations
Merge
This project's functionality seems to be a subset of [Cahersan/django-schemulator](https://github.com/Cahersan/django-schemulator). It probably makes sense to combine efforts!
If you feed `.convert_form()` a `ModelForm`, it will likely seem to hang if the `ModelForm` contains any `ModelChoiceField` and there is a significant amount of data in the `queryset` of...
Fix bug when field label may be lazyProxy object (ugettext_lazy for example)