mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-11 15:20:58 +00:00
Fixed typo.
This commit is contained in:
parent
e4564f73db
commit
8e2893f1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class StatusField(models.CharField):
|
|||
Also has a default max_length so you don't have to worry about
|
||||
setting that.
|
||||
|
||||
Alos features a ``no_check_for_status`` argument to make sure
|
||||
Also features a ``no_check_for_status`` argument to make sure
|
||||
South can handle this field when it freezes a model.
|
||||
"""
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue