python-django-extra-views 0.14.0-2 source package in Ubuntu

Changelog

python-django-extra-views (0.14.0-2) unstable; urgency=medium

  * Use github tags instead of releases for d/watch.
  * Add patch for Django 4 compatibility (Closes: #1013628).
  * Bump Standards-Version to 4.6.1.0.
  * Update year in d/copyright.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <email address hidden>  Thu, 28 Jul 2022 20:34:23 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extra-views_0.14.0-2.dsc 2.0 KiB d7333a722419ea44d36e7d9618ed6997429ed27ba6dfad0cdd6f70ed735be9bb
python-django-extra-views_0.14.0.orig.tar.gz 31.9 KiB db825ed783462c8d85a5634b91a228b9352cc9d5078c2132c71149dd0e6ca838
python-django-extra-views_0.14.0-2.debian.tar.xz 6.5 KiB 9c999ea4fdc9682a86702675e62ab4b7ea82c94d05bca5dfd9b31131e7fe404a

Available diffs

No changes file available.

Binary packages built by this source

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

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

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.