File: index.rst

package info (click to toggle)
python-django-extra-views 0.14.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 1,591; makefile: 142; sh: 6
file content (32 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
==============================================
django-extra-views
==============================================

Django Extra Views provides a number of additional class-based generic views to
complement those provide by Django itself. These mimic some of the functionality
available through the standard admin interface, including Model, Inline and
Generic Formsets.

.. include:: ../README.rst
   :start-after: features-start
   :end-before: features-end

Table of Contents
-----------------

.. toctree::
   :maxdepth: 2

   pages/getting-started
   pages/formset-views
   pages/formset-customization
   pages/list-views


Reference
---------

.. toctree::
   :maxdepth: 1

   pages/changelog