mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 10:51:49 -05:00
More pep8 goodness
This commit is contained in:
@@ -141,7 +141,7 @@ class BaseModel(models.Model):
|
||||
except ValidationError, e:
|
||||
errors[f.name] = e.messages
|
||||
if errors:
|
||||
raise ValidationError(errors)
|
||||
raise ValidationError(errors)
|
||||
|
||||
def update_fields(self, **kwargs):
|
||||
save = kwargs.pop('save', True)
|
||||
|
||||
Reference in New Issue
Block a user