mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed E221 pep8 warnings.
This commit is contained in:
parent
0d0f4f020a
commit
1597503a01
30 changed files with 94 additions and 90 deletions
|
|
@ -50,7 +50,7 @@ class UniqueForDateModel(models.Model):
|
|||
name = models.CharField(max_length=100)
|
||||
|
||||
class CustomMessagesModel(models.Model):
|
||||
other = models.IntegerField(blank=True, null=True)
|
||||
other = models.IntegerField(blank=True, null=True)
|
||||
number = models.IntegerField(db_column='number_val',
|
||||
error_messages={'null': 'NULL', 'not42': 'AAARGH', 'not_equal': '%s != me'},
|
||||
validators=[validate_answer_to_universe]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue