Opened 17 years ago

Closed 17 years ago

#4255 closed (invalid)

[newforms-admin] Creating an edit_inline feature for newforms admin

Reported by: Michael Axiak <axiak@…> 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 Matthias Pronk <django@…>, 17 years ago

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.

comment:2 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedAccepted

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 Michael Axiak <axiak@…>, 17 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top