#14362: ManyToManyRawIdWidget doesn't work with multidb ----------------------------------+----------------------------------------- Reporter: tyrion | Owner: jezdez Status: new | Milestone: Component: django.contrib.admin | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- The init method of ManyToManyRawIdWidget is defined as follows: {{{ #!python def __init__(self, rel, attrs=None, using=None): super(ManyToManyRawIdWidget, self).__init__(rel, attrs, using=None) }}}
It is completely ignoring the `using` parameter (whatever will be passed to the method, it will pass None to the parent method). Moreover this init method seems useless. -- Ticket URL: <http://code.djangoproject.com/ticket/14362> Django <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 django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.