From 8e2893f1b7080fdb0b0b6bc073dc5be51adffce3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 23 Apr 2010 12:47:38 +0200 Subject: [PATCH] Fixed typo. --- model_utils/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_utils/fields.py b/model_utils/fields.py index 01dc3c7..33e6acf 100644 --- a/model_utils/fields.py +++ b/model_utils/fields.py @@ -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):