What steps will reproduce the problem?
1. Create a model with a ManyToManyProperty
2. Add that property to the editFields
3. Save a model
What is the expected output? What do you see instead?
Instead of saving an exception is thrown
TypeError: value_from_datadict() takes exactly 3 arguments (4 given)
What version of the product are you using? On what operating system?
Latest trunk version (Rev 116), GAE 1.6.3 with Python 2.7 and Django 1.3
Please provide any additional information below.
A simple change to the signature or value_from_datadict fixes the issue
(similar to issue 33)
Original issue reported on code.google.com by jbo...@gmail.com on 20 Mar 2012 at 11:05
Original issue reported on code.google.com by
jbo...@gmail.com
on 20 Mar 2012 at 11:05Attachments: