#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)
Change History (3)
by , 19 years ago
comment:1 by , 19 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.
Note:
See TracTickets
for help on using tickets.
Documentation fix