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
This commit is contained in:
Adrian Holovaty 2007-09-12 13:11:51 +00:00
parent 50497e3867
commit db6093641c
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ and in Django's validation.
Django veterans: Note that the argument is now called ``max_length`` to Django veterans: Note that the argument is now called ``max_length`` to
provide consistency throughout Django. There is full legacy support for 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`` ``CommaSeparatedIntegerField``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~