Opened 15 years ago

Closed 7 years ago

#9704 closed New feature (fixed)

Add a full example of a manually-created inline form

Reported by: onno@… Owned by:
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add a full example of manual done inline form. So people will know they have to add {{ form.pk }} as hidden input field.

Change History (9)

comment:1 Changed 15 years ago by Jacob

Summary: Add a full exampleAdd a full example of a manually-created inline form
Triage Stage: UnreviewedAccepted

comment:2 Changed 13 years ago by Luke Plant

Severity: Normal
Type: New feature

comment:3 Changed 12 years ago by Aymeric Augustin

UI/UX: unset

Change UI/UX from NULL to False.

comment:4 Changed 12 years ago by Aymeric Augustin

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:5 Changed 11 years ago by nnieto@…

Owner: changed from nobody to anonymous
Status: newassigned

Django sprint in cordoba

comment:6 Changed 11 years ago by Noe Nieto

Owner: changed from anonymous to Noe Nieto

comment:8 Changed 10 years ago by Tim Graham

Owner: Noe Nieto deleted
Status: assignednew
Version: 1.0master

comment:9 Changed 7 years ago by Sergei Maertens

Resolution: fixed
Status: newclosed

https://docs.djangoproject.com/en/1.9/topics/forms/modelforms/#using-the-formset-in-the-template contains this information. It looks like this was added in https://github.com/django/django/commit/6553ddc5

Unfortunately, there is no related ticket ID in the commit message

Note: See TracTickets for help on using tickets.
Back to Top