From db6093641ca58d06baa4a729f6fbcff99cb2ca60 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 12 Sep 2007 13:11:51 +0000 Subject: [PATCH] Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew Shearer git-svn-id: http://code.djangoproject.com/svn/django/trunk@6109 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index efe62baf16..44488ae1d8 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -148,7 +148,7 @@ and in Django's validation. Django veterans: Note that the argument is now called ``max_length`` to provide consistency throughout Django. There is full legacy support for -the old ``maxlength`` argument, but ``max_length`` is prefered. +the old ``maxlength`` argument, but ``max_length`` is preferred. ``CommaSeparatedIntegerField`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~