Fixed #23588 -- Added a link in tutorial for list_display options.
This commit is contained in:
parent
c24a2e6cbd
commit
3a550bb6d3
|
@ -425,6 +425,9 @@ attributes, as follows:
|
||||||
was_published_recently.boolean = True
|
was_published_recently.boolean = True
|
||||||
was_published_recently.short_description = 'Published recently?'
|
was_published_recently.short_description = 'Published recently?'
|
||||||
|
|
||||||
|
For more information on these method properties, see
|
||||||
|
:attr:`~django.contrib.admin.ModelAdmin.list_display`.
|
||||||
|
|
||||||
Edit your :file:`polls/admin.py` file again and add an improvement to the
|
Edit your :file:`polls/admin.py` file again and add an improvement to the
|
||||||
``Question`` change list page: filters using the
|
``Question`` change list page: filters using the
|
||||||
:attr:`~django.contrib.admin.ModelAdmin.list_filter`. Add the following line to
|
:attr:`~django.contrib.admin.ModelAdmin.list_filter`. Add the following line to
|
||||||
|
|
Loading…
Reference in New Issue