Opened 15 years ago

Closed 8 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 by Jacob, 15 years ago

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

comment:2 by Luke Plant, 13 years ago

Severity: Normal
Type: New feature

comment:3 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:4 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:5 by nnieto@…, 11 years ago

Owner: changed from nobody to anonymous
Status: newassigned

Django sprint in cordoba

comment:6 by Noe Nieto, 11 years ago

Owner: changed from anonymous to Noe Nieto

comment:8 by Tim Graham, 10 years ago

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

comment:9 by Sergei Maertens, 8 years ago

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