mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #17378 - Added a flattened index for class-based views.
Thanks Preston Holmes for the patch.
This commit is contained in:
parent
f7142b6111
commit
5faadea439
3 changed files with 559 additions and 1 deletions
|
@ -108,7 +108,8 @@ to know about views via the links below:
|
|||
:doc:`Built-in display views <topics/class-based-views/generic-display>` |
|
||||
:doc:`Built-in editing views <topics/class-based-views/generic-editing>` |
|
||||
:doc:`Using mixins <topics/class-based-views/mixins>` |
|
||||
:doc:`API reference <ref/class-based-views/index>`
|
||||
:doc:`API reference <ref/class-based-views/index>` |
|
||||
:doc:`Flattened index<ref/class-based-views/flattened-index>`
|
||||
|
||||
* **Advanced:**
|
||||
:doc:`Generating CSV <howto/outputting-csv>` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue