Ticket #9060: mf_f-note-remove.diff

File mf_f-note-remove.diff, 733 bytes (added by Gabriel Farrell, 16 years ago)

removal of note in documentation

  • docs/topics/forms/modelforms.txt

     
    410410    </select></td></tr>
    411411    <tr><th><label for="id_form-0-birth_date">Birth date:</label></th><td><input type="text" name="form-0-birth_date" id="id_form-0-birth_date" /><input type="hidden" name="form-0-id" id="id_form-0-id" /></td></tr>
    412412
    413 .. note::
    414     ``modelformset_factory`` uses ``formset_factory`` to generate the forms
    415     making model formsets simply an abstraction on top of formsets that knows
    416     about models and how to interact.
    417 
    418413Changing the queryset
    419414---------------------
    420415
Back to Top