mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	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:
		| @@ -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`` | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user