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
|