1👍
✅
I think you’re being caught by the bug reported in ticket 11707. One of the comments mentions that it can cause a MultipleObjectsReturned
exception.
All I can suggest is that you stop using limit_choices_to
. Your models are fairly complex, so I can’t immediately see which one is causing the problem.
Source:stackexchange.com