#7738: [newforms-admin] defaults for ManyToManyFields are broken on add page
-----------------------------+----------------------------------------------
Reporter: jshaffer | Owner: nobody
Status: new | Milestone:
Component: Admin interface | Version: newforms-admin
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
In trunk, /app/model/add/?options=12, where options is a !ManyToManyField,
works as expected: the Option with a pk of 12 is selected. In newforms-
admin, it is interpreted as if the querystring had been {{{options=1,2}}}:
the Options with pks of 1 and 2 are selected.
--
Ticket URL: <http://code.djangoproject.com/ticket/7738>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---