Closed
Description
TODO:
- Add better support for
ManyToManyField
'sthrough
model #1719 - Add plugin support for
users = ManyToManyField(settings.AUTH_USER_MODEL)
Resolve anysettings.AUTH_USER_MODEL
used asto
in relation #1746
#1719 introduces plugin support for ManyToManyField
but is lacking support for passing AUTH_USER_MODEL
as to=
arg e.g.:
users = ManyToManyField(settings.AUTH_USER_MODEL)
Which we suspect is a normal use case and should support in any next release.
Please comment on this issue if there's anything else you know should, or want to be included.