python-django-extra-views 0.9.0-1 source package in Ubuntu

Changelog

python-django-extra-views (0.9.0-1) unstable; urgency=low

  * New upstream release.
  * Drop Django 1.8 compatibility patch, merged upstream.
  * Add patch to prevent network access during build with intersphinx.

 -- Michael Fladischer <email address hidden>  Thu, 16 Mar 2017 11:27:48 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extra-views_0.9.0-1.dsc 2.1 KiB 368c603aadf1738911bc665fecb979e6d0a09130ac863f23ecee66a18988344a
python-django-extra-views_0.9.0.orig.tar.gz 25.1 KiB 9e5bd140b8b0a7419e469dd635d46e65392c4734b823515ecd531e527de07fa1
python-django-extra-views_0.9.0-1.debian.tar.xz 3.3 KiB 10bb7086b284f6818ca0c9a44188af27a58d04306b79f8460e7770bc4188a414

No changes file available.

Binary packages built by this source

python-django-extra-views: Complementary class-based generic views for Django (Python2 version)

 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 2 version of the library.

python-django-extra-views-doc: No summary available for python-django-extra-views-doc in ubuntu artful.

No description available for python-django-extra-views-doc in ubuntu artful.

python3-django-extra-views: Complementary class-based generic views for Django (Python3 version)

 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.