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

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.
  * Add d/upstream/metadata.
  * Add python3-pytest and python3-pytest-django to Build-Depends,
    required by tests.
  * Use pytest to run tests.
  * Clean up pytest artifacts to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Fri, 23 Oct 2020 21:18:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extra-views_0.13.0-1.dsc 2.0 KiB 12743243b734e3e340cf6348db7b7ca407c85537a225c398af68cdea71172c56
python-django-extra-views_0.13.0.orig.tar.gz 32.8 KiB d4f01b8608419683310a51e2c59aefcd5652f8504fdcf83345fc6d24543a6d0c
python-django-extra-views_0.13.0-1.debian.tar.xz 3.9 KiB 2088c1d89dd525fe0636b75db65cccdc330e3d8530ea14c20c4eb28ce525e5dc

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.