django-model-utils 3.1.1-2 source package in Ubuntu

Changelog

django-model-utils (3.1.1-2) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.
  * Disable tests for deferred fields which don't work with Django 2.2.

 -- Andrey Rahmatullin <email address hidden>  Wed, 07 Aug 2019 01:05:46 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-model-utils_3.1.1-2.dsc 2.1 KiB 19c7075affc56397e5253944ea3f98e6d0529da887b478f3716b07819163cb7e
django-model-utils_3.1.1.orig.tar.gz 43.5 KiB 48301f39d53bb9101991551e7bbe4a48db2bc3b1dcd6cd3e9cf21eb808ded972
django-model-utils_3.1.1-2.debian.tar.xz 3.7 KiB ea5362b5ddaf9a4269cd2ae476f8538ebc08ce4e49fecd872052c02b90f15c30

Available diffs

No changes file available.

Binary packages built by this source

python3-django-model-utils: Django model mixins and utilities — Python 3

 Django is a high-level web application framework that loosely follows
 the model-view-controller design pattern.
 .
 The ‘django-model-utils’ library provides some mixins and utilities
 for Django:
 .
  * QueryManager: one-line definition of Managers returning a
    custom QuerySet.
  * InheritanceCastModel: more efficient use of model inheritance
  * TimeStampedModel: self-updating ‘created’ and ‘modified’ fields.
 .
 This package installs the library for Python 3.