diff options
| author | Rocky Meza <rocky@fusionbox.com> | 2013-03-28 09:10:13 -0600 |
|---|---|---|
| committer | Rocky Meza <rocky@fusionbox.com> | 2013-03-28 09:10:13 -0600 |
| commit | 26ad3abadf3252c9c4a5eef4be0a8fa1796b58bd (patch) | |
| tree | 6a15b97e2be7cc658cb73d635082d39910a48fbd | |
| parent | 244e765a94c02633c028260228b18618906ea46b (diff) | |
Fixed spelling of "consistent" in admin/options.py
| -rw-r--r-- | django/contrib/admin/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py index f7bfca455f..8a37a9a7ba 100644 --- a/django/contrib/admin/options.py +++ b/django/contrib/admin/options.py @@ -478,7 +478,7 @@ class ModelAdmin(BaseModelAdmin): # Take the custom ModelForm's Meta.exclude into account only if the # ModelAdmin doesn't define its own. exclude.extend(self.form._meta.exclude) - # if exclude is an empty list we pass None to be consistant with the + # if exclude is an empty list we pass None to be consistent with the # default on modelform_factory exclude = exclude or None defaults = { |
