Fixed typo.

This commit is contained in:
Jannis Leidel 2010-04-23 12:47:38 +02:00
parent e4564f73db
commit 8e2893f1b7

View file

@ -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):