On Thu, Nov 19, 2009 at 10:35 PM, rebus_ <[email protected]> wrote: > Hi, > > This is my first bug report so please don't shoot me right away. > > In revision 11744 [1] code was added in > django/contrib/admin/validation.py which is supposed to improve the > error message for M2M fields. It seems to me that this change has > broken ability to display multiple fields on the same line in > administration.
Thanks for the report! You've definitely found a problem, and your test case made it easy to narrow it down. Your patch wasn't quite right - it resulted in an incorrect error message for a different edge case (the unrelated error message that your testcase patch modified), but it was enough to get me to the right patch. I've (hopefully) fixed the problem in r11752. Thanks again, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=.
