id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 12017,"UKPostcodeField doesn't shows provided custom ""error_messages""",Vladimir Magamedov,,"[http://code.djangoproject.com/browser/django/trunk/django/contrib/localflavor/uk/forms.py#L35 Here] we have: {{{ if not self.postcode_regex.search(postcode): raise ValidationError(self.default_error_messages['invalid']) }}} But should be: {{{ if not self.postcode_regex.search(postcode): raise ValidationError(self.error_messages['invalid']) }}} ",,closed,contrib.localflavor,dev,,fixed,,,Unreviewed,1,0,0,0,0,0