littleq0903 / appengine-admin

Automatically exported from code.google.com/p/appengine-admin
0 stars 0 forks source link

Using ManyToManyProperty Results in an exception when saving #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
This is an actual diff file, sorry about that.

Original comment by jbo...@gmail.com on 19 Jul 2012 at 6:35

Attachments: