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: | 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
Summary: | Add a full example → Add a full example of a manually-created inline form |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 Changed 13 years ago by
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:3 Changed 12 years ago by
UI/UX: | unset |
---|
comment:5 Changed 11 years ago by
Owner: | changed from nobody to anonymous |
---|---|
Status: | new → assigned |
Django sprint in cordoba
comment:6 Changed 11 years ago by
Owner: | changed from anonymous to Noe Nieto |
---|
comment:7 Changed 11 years ago by
Related documentation
https://docs.djangoproject.com/en/1.1/topics/forms/modelforms
comment:8 Changed 10 years ago by
Owner: | Noe Nieto deleted |
---|---|
Status: | assigned → new |
Version: | 1.0 → master |
comment:9 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
Change UI/UX from NULL to False.