python3-django-extra-views

Complementary class-based generic views for Django (Python3 version)
  https://github.com/AndrewIngram/django-extra-views/
  0
  no reviews



Django Extra Views provides a number of additional class-based generic views to complement those provide by Django itself.

Features: * FormSet and ModelFormSet views - The formset equivalents of FormView and ModelFormView. * InlineFormSetView - Lets you edit formsets related to a model (uses inlineformset_factory). * CreateWithInlinesView and UpdateWithInlinesView - Lets you edit a model and its relations. * GenericInlineFormSetView, the equivalent of InlineFormSetView but for GenericForeignKeys. * Support for generic inlines in CreateWithInlinesView and UpdateWithInlinesView. * Support for naming each inline or formset with NamedFormsetsMixin. * SortableListMixin - Generic mixin for sorting functionality in your views. * SearchableListMixin - Generic mixin for search functionality in your views.

This package contains the Python 3 version of the library.