mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Edited docs/serialization.txt changes from [6645]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -696,7 +696,7 @@ filesizeformat.is_safe = True | ||||
|  | ||||
| def pluralize(value, arg=u's'): | ||||
|     """ | ||||
|     Returns a plural suffix if the value is not 1.  By default, 's' is used as | ||||
|     Returns a plural suffix if the value is not 1. By default, 's' is used as | ||||
|     the suffix: | ||||
|  | ||||
|     * If value is 0, vote{{ value|pluralize }} displays "0 votes". | ||||
|   | ||||
		Reference in New Issue
	
	Block a user