Re: Is this a bug? - Translation in error messages django.forms.models._update_errors()

2012-04-03 Thread david_aa
Sorry, my django version: 1.4.0 El martes 3 de abril de 2012 12:33:32 UTC+2, david_aa escribió: > > First at all, my apologies if this message is off-topic. I'm not sure if > this is a bug and I can't find any related ticket in > code.djangoproject.com > >

Is this a bug? - Translation in error messages django.forms.models._update_errors()

2012-04-03 Thread david_aa
First at all, my apologies if this message is off-topic. I'm not sure if this is a bug and I can't find any related ticket in code.djangoproject.com The problem is the following: I've defined in my model some fields with the attribute verbose_name marked for translation: class Item(): name