Opened 17 years ago
Closed 9 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 by , 17 years ago
| Summary: | Add a full example → Add a full example of a manually-created inline form |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → New feature |
comment:3 by , 14 years ago
| UI/UX: | unset |
|---|
comment:6 by , 13 years ago
| Owner: | changed from to |
|---|
comment:7 by , 13 years ago
Related documentation
https://docs.djangoproject.com/en/1.1/topics/forms/modelforms
comment:8 by , 12 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
| Version: | 1.0 → master |
comment:9 by , 9 years ago
| 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
Note:
See TracTickets
for help on using tickets.
Change UI/UX from NULL to False.