django-jsonschema icon indicating copy to clipboard operation
django-jsonschema copied to clipboard

django-jsonschema converts Django Forms into JSON Schema compatibile representations

Results 4 django-jsonschema issues
Sort by recently updated
recently updated
newest added

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)