When working with and troubleshooting forms, it can be a common mistake to have a particular field be required yet not present in the form. Currently, such a case will lead to a "please correct the error(s) below" message without those errors in question actually being displayed, as the errors are tied to display with their fields and cannot display if the field is not present in the form.
As a solution, I worked up the patch in #1352; it adds an `error_dict_invisible` attribute to forms, and alters the relevant admin template to take advantage of this attribute. Thoughts, criticism, etc? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---