Search Results

Search found 1 results on 1 pages for 'user561640'.

Page 1/1 | 1 

  • Problem with validating ModelForm

    - by user561640
    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', 'unique' :

    Read the article

1