diff options
| author | Tim Graham <timograham@gmail.com> | 2012-06-30 18:20:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-06-30 18:21:50 -0400 |
| commit | fea5e0b80f6fcb4c520a113a7b46b20ecd678413 (patch) | |
| tree | 12ddf49f1fb0404efaf770ef7a38da81d0ebc22b /docs | |
| parent | 342e8a6246d0c3893ecbe80584f30d6d0f05aa6f (diff) | |
[1.4.X] Fixed #17705 - Updated TabularInline image and doc in tutorial 2.
Thanks xbito for the draft patch.
Backport of c5fb8299ef from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/_images/admin12t.png | bin | 0 -> 17414 bytes | |||
| -rw-r--r-- | docs/intro/tutorial02.txt | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro/_images/admin12t.png b/docs/intro/_images/admin12t.png Binary files differnew file mode 100644 index 0000000000..14c5c31a4f --- /dev/null +++ b/docs/intro/_images/admin12t.png diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index ee9e3d0d12..4e73af5114 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -319,9 +319,12 @@ the ``ChoiceInline`` declaration to read:: With that ``TabularInline`` (instead of ``StackedInline``), the related objects are displayed in a more compact, table-based format: -.. image:: _images/admin12.png +.. image:: _images/admin12t.png :alt: Add poll page now has more compact choices +Note that there is an extra "Delete?" column that allows removing rows added +using the "Add Another Choice" button and rows that have already been saved. + Customize the admin change list =============================== |
