Opened 18 years ago
Closed 18 years ago
#4255 closed (invalid)
[newforms-admin] Creating an edit_inline feature for newforms admin
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms branch |
Severity: | Keywords: | newforms-admin, edit_inline, branch | |
Cc: | axiak@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The basic premise is that we should have an edit_inline_like functionality for newforms-admin.
Rather than discussing this in the wiki or on the groups, I think having a ticket to track ideas would be useful to see this idea come to fruition.
Please see discussions on Google Groups (http://groups.google.com/group/django-developers/browse_thread/thread/8b6094bd8811c140/) for more information.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
From comments in the google groups discussion, it appears that progress has started on this as django.newforms.formsets in the newforms-admin branch.
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Personally, I think it would be useful to add this functionality to newforms itself, rather than to put it in the admin only.
This would make it possible to easily create forms outside of the admin which contain related objects.
Furthermore, it would be nice if you could nest forms more than one level deep. So you could edit related objects for related objects.