Django

Code

Ticket #2107 (closed: invalid)

Opened 2 years ago

Last modified 3 months ago

Adding an object and several related objects at once with manipulators isn't documented.

Reported by: anonymous Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Adding an object and several related objects at once with manipulators isn't documented. I know this functionality exists as it is used in the admin. Trying to workaround this by using multiple manipulators generates invalid html (multiple html nodes can't have the same id) and fills in the form incorrectly (the values in the last object's fields are used in all of them).

Attachments

Change History

06/12/06 16:36:17 changed by anonymous

  • type changed from defect to task.
  • severity changed from normal to major.

06/18/06 16:07:17 changed by anonymous

  • severity changed from major to critical.

06/24/06 08:49:16 changed by anonymous

  • owner changed from jacob to adrian.

06/29/06 14:52:13 changed by anonymous

  • version set to SVN.

02/18/07 00:00:35 changed by Gary Wilson <gary.wilson@gmail.com>

  • stage changed from Unreviewed to Design decision needed.

I'm not sure if the admin code that does this is very portable, and probably wouldn't be worth documenting for oldforms. Maybe someone with more familiarity with newforms can state whether newforms will make this easy enough that it should be documented for end users to take advantage of.

09/14/07 19:12:56 changed by ubernostrum

  • stage changed from Design decision needed to Accepted.

Changing stage to accepted; newforms-admin should add capabilities for doing this, but it will still need documentation.

09/05/08 18:54:16 changed by adrian

  • status changed from new to closed.
  • resolution set to invalid.

Closing, because manipulators are gone.


Add/Change #2107 (Adding an object and several related objects at once with manipulators isn't documented.)




Change Properties
Action