mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.4.X] Fixed #17705 - Updated TabularInline image and doc in tutorial 2.
Thanks xbito for the draft patch. Backport of c5fb8299ef from master
This commit is contained in:
parent
342e8a6246
commit
fea5e0b80f
BIN
docs/intro/_images/admin12t.png
Normal file
BIN
docs/intro/_images/admin12t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -319,9 +319,12 @@ the ``ChoiceInline`` declaration to read::
|
|||||||
With that ``TabularInline`` (instead of ``StackedInline``), the
|
With that ``TabularInline`` (instead of ``StackedInline``), the
|
||||||
related objects are displayed in a more compact, table-based format:
|
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
|
: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
|
Customize the admin change list
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user