Oh, sorry.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to
django-developers+unsubscr...@googlegroups.com.
For more opti
Please post your question to the django-users mailing list. This list is for
developers of Django itself.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscr
I use ModelForm to create my form. All works fine except 1 thing -
validating the unique field.
Code:
class Article(models.Model):
...
title = models.CharField(max_length=255, unique=True,
error_messages={'max_length' : 'max translation',