diff options
| author | Joseph Victor Zammit <jvzammit@gmail.com> | 2023-01-23 21:29:05 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-28 12:21:37 +0100 |
| commit | ba755ca13123d2691a0926ddb64e5d0a2906a880 (patch) | |
| tree | 283bacaa7d29dc42466000ef18ece04e854d50a4 /docs/intro/tutorial07.txt | |
| parent | c67ea79aa981ae82595d89f8018a41fcd842e7c9 (diff) | |
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Diffstat (limited to 'docs/intro/tutorial07.txt')
| -rw-r--r-- | docs/intro/tutorial07.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index 54567fcbb5..14548590b3 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -171,7 +171,7 @@ tabular way of displaying inline related objects. To use it, change the :caption: ``polls/admin.py`` class ChoiceInline(admin.TabularInline): - #... + ... With that ``TabularInline`` (instead of ``StackedInline``), the related objects are displayed in a more compact, table-based format: |
