Hello all, I was wondering if anyone had see the following with Django 1.6?
When saving any product via admin, I get the following error "This field is required" for the Prices extra lines which are empty. I can see in the code that we have indeed an "extra = 2" and this is OK. The problem is why does it force me to add something here? This seems to happen only with "admin.TabularInline". With Django 1.4, I didn't have this problem with Satchmo. Also, a simple django 1.6 project doesn't have this issue neither, so it is really something related to satchmo. Any idea? Regards, Olivier -- You received this message because you are subscribed to the Google Groups "Satchmo users" 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 http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout.
