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:
parent
92c35a0617
commit
e71240d60f
|
@ -320,7 +320,7 @@ method a ``short_description`` attribute::
|
|||
|
||||
|
||||
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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue