Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#907 closed defect (fixed)

forms.txt: new_data = place.__dict__ fails for ManyToManyFields

Reported by: garthk Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords: new-admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

new_data = ob.__dict__ doesn't work for models with a ManyToManyField.

Attachments (1)

907.diff (2.0 KB ) - added by garthk 18 years ago.
Documentation fix

Download all attachments as: .zip

Change History (3)

by garthk, 18 years ago

Attachment: 907.diff added

Documentation fix

comment:1 by rjwittams, 18 years ago

Keywords: new-admin added

This should be fixed in new-admin, have you read NewAdminChanges?

Specifically, you should be doing new_data = manipulator.flatten_data()

This will be merged soon.

comment:2 by rjwittams, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in new-admin merge.

Note: See TracTickets for help on using tickets.
Back to Top