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

Changelog

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

  * Team upload.
  * remove extraneous build-dependencies:
    - python3-django-nose
    - python3-six

 -- Alexandre Detiste <email address hidden>  Fri, 03 May 2024 11:24:01 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extra-views_0.14.0-4.dsc 2.4 KiB 6d1c58aa16150e5ecef3fc2c0161034f6c35ae3a662129dc31911a20e85f0190
python-django-extra-views_0.14.0.orig.tar.gz 31.9 KiB db825ed783462c8d85a5634b91a228b9352cc9d5078c2132c71149dd0e6ca838
python-django-extra-views_0.14.0-4.debian.tar.xz 6.7 KiB 6ed63c15165fcdf0f4966ede1d47accb2de9529eba152ad1451f7819ad0ade2f

Available diffs

No changes file available.

Binary packages built by this source

python-django-extra-views-doc: Complementary class-based generic views for Django (Documentation)

 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 documentation.

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.