mirror of
https://github.com/django/django.git
synced 2025-08-01 01:22:36 +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:
parent
92c35a0617
commit
e71240d60f
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue