django-formfield
django-formfield copied to clipboard
django-formfield is a form field that accepts a django form as its first argument
- [x] Subform styles - [x] Django 2.0+ support - [x] Python 3.5+ support - [ ] Better error styles - [ ] Jinja2 template - [ ] Optional jsonb...
Django 1.11 updates how admin forms are rendered. It uses templates, which makes the formfield only render the fields, no labels or help text. This adds Django and Jinja2 templates...
It should be possible to detect if django-pgjson is installed and if so - use that as the underlying model field: http://djangonauts.github.io/django-pgjson/ This would allow efficient querying and other cool...