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

django-formfield is a form field that accepts a django form as its first argument

Results 3 django-formfield issues
Sort by recently updated
recently updated
newest added

- [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...