I'm currently looking at a bug in our application, caused by autocomplete_fields on a ModelAdmin. It seemingly removes the field from self.cleaned_data, which means we can no longer validate it.
I can reproduce this by removing/adding the field from/to autocomplete_fields and resubmitting the form after re-rendering. This is a vanilla manytomany relation. So now I wonder if this is an implementation bug in Django, with us (something else I'm not considering) or documentation bug, as none of this is mentioned in the documentation on either concepts. I'm happy to file a bug report and classify it according to the above if it is a bug. Otherwise, I'll dive down the rabbit hole. -- *Backend Developer* Mobile: +49 (0)160 179 6874 eMail: [email protected] Web: www.3yourmind.com <http://www.google.com/url?q=http%3A%2F%2Fwww.3yourmind.com%2F&sa=D&sntz=1&usg=AFQjCNEYZ3Wap-Pu0DCItfT3gk0WDuP3nw> -- The information that has been provided should be regarded as confidential within the context of our non-disclosure agreement. 3YOURMIND GmbH Bismarckstraße 10-12 | 10625 Berlin | Germany VAT ID - USt-IdNr. gemäß § 27 a Umsatzsteuergesetz: DE296555110 Company with its registered seat in - Sitz der Gesellschaft: Berlin Register court - Registergericht: Amtsgericht Charlottenburg (Berlin) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAF5kSxRx92R0S9kdtZrZANmhCjomsWy-zp85%3DO%2Bw_WicB259BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
