diff options
| author | Gavin Wahl <gwahl@fusionbox.com> | 2013-03-28 11:16:53 -0600 |
|---|---|---|
| committer | Gavin Wahl <gwahl@fusionbox.com> | 2013-03-28 11:16:53 -0600 |
| commit | ec04fd1344bda8067404b720ce48b01eb3546c6e (patch) | |
| tree | 917a723867d6d1ee770995083925746a0946304d /django/db | |
| parent | e081601f6e81e0c41e66200753c348a5009c3ccf (diff) | |
Fixed spelling errors
Diffstat (limited to 'django/db')
| -rw-r--r-- | django/db/models/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/base.py b/django/db/models/base.py index a2eee60c61..005e089598 100644 --- a/django/db/models/base.py +++ b/django/db/models/base.py @@ -911,7 +911,7 @@ class Model(six.with_metaclass(ModelBase)): def full_clean(self, exclude=None): """ Calls clean_fields, clean, and validate_unique, on the model, - and raises a ``ValidationError`` for any errors that occured. + and raises a ``ValidationError`` for any errors that occurred. """ errors = {} if exclude is None: |
