mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #4344 -- Trivial typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -320,7 +320,7 @@ method a ``short_description`` attribute:: | |||||||
|  |  | ||||||
|  |  | ||||||
| Let's add another improvement to the Poll change list page: Filters. Add the | Let's add another improvement to the Poll change list page: Filters. Add the | ||||||
| following line to ``Poll.admin``:: | following line to ``Poll.Admin``:: | ||||||
|  |  | ||||||
|     list_filter = ['pub_date'] |     list_filter = ['pub_date'] | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user