Examples
The examples below were mostly pulled out from working code. View the source of each, to see how they work:
- Basic Formset (Table layout)
- Basic Formset (DIV layout)
- Inline Formset
- Inline Formset (using jQuery Autocomplete) {% comment %}
- Inline Formset (using Django Ajax Selects) {% endcomment %}
- Basic Formset with Admin Widget
- Multiple formsets on the same page
- Formset with `extra = 0` (pre Django 1.2) {% if not is_pre12 %}
- Formset with `extra = 0` (Django 1.2+)
- Limit allowed forms {% endif %}