django-guardian 2.4.0-4 source package in Ubuntu

Changelog

django-guardian (2.4.0-4) unstable; urgency=medium

  * Team upload.
  * Fix tests following the removal of "setup.py test" (closes: #1080102).
  * Use pybuild-plugin-pyproject.
  * Switch to autopkgtest-pkg-pybuild.

 -- Colin Watson <email address hidden>  Sat, 07 Sep 2024 22:18:33 +0100

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
django-guardian_2.4.0-4.dsc 2.4 KiB 4e33e9d6e35b3543653ec40992211b7cb7530c9580cb19a144166793f1f38fdf
django-guardian_2.4.0.orig.tar.gz 155.3 KiB c58a68ae76922d33e6bdc0e69af1892097838de56e93e78a8361090bcd9f89a0
django-guardian_2.4.0-4.debian.tar.xz 30.8 KiB 15a79bfdfd3fc45891c010a8c6f0034c7525524eaeec5328fa8d03111ea0e78f

Available diffs

No changes file available.

Binary packages built by this source

python-django-guardian-doc: per object permissions of django (documentation)

 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators
 .
 This package contains the HTML documentation.

python3-django-guardian: per object permissions of django for Python3

 For Python3.
 Implementation of per object permissions as authorization backend which is
 supported since Django 1.2. It provides features as followings;
  - Object permissions for Django_
  - AnonymousUser support
  - High level API
  - Heavely tested
  - Django's admin integration
  - Decorators