diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-13 18:16:20 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-13 20:15:45 +0100 |
| commit | 3a550bb6d32172fc1ec5dd314d20ef1235db995a (patch) | |
| tree | 5de115124d81585fb90a5ac4f83d50ffb8c95710 /docs/intro/tutorial02.txt | |
| parent | c24a2e6cbd391c0d6359fce00e6390de9af9d2d0 (diff) | |
Fixed #23588 -- Added a link in tutorial for list_display options.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index e67c3863b5..9f50bc1885 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -425,6 +425,9 @@ attributes, as follows: was_published_recently.boolean = True 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 ``Question`` change list page: filters using the :attr:`~django.contrib.admin.ModelAdmin.list_filter`. Add the following line to |
