python-django-rest-framework-guardian 0.3.0-4 source package in Ubuntu

Changelog

python-django-rest-framework-guardian (0.3.0-4) unstable; urgency=medium

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

 -- Michael Fladischer <email address hidden>  Sun, 31 Jul 2022 13:27:48 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-rest-framework-guardian_0.3.0-4.dsc 2.0 KiB a576eda5f5a32455bfb09a5cda29290054f1948dd9b232a1ed8d189bcf1067af
python-django-rest-framework-guardian_0.3.0.orig.tar.gz 8.9 KiB f0768d2316aea536ac6e2b5e76da17d7aedfeb6fb651c7d02957a48f02d99451
python-django-rest-framework-guardian_0.3.0-4.debian.tar.xz 3.3 KiB a3923ccdc6fdfcea5e245fc6a73083b60796a986e3c73715dde81e701e6d29a7

Available diffs

No changes file available.

Binary packages built by this source

python3-django-restframework-guardian: django-guardian support for Django REST Framework (Python3 version)

 django-rest-framework-guardian provides django-guardian integrations for Django
 REST Framework.
 It provides an ObjectPermissionsFilter to which will ensure that querysets only
 returns objects for which the user has the appropriate view permission and an
 ObjectPermissionsAssignmentMixin that allows permissions to be easily assigned
 to users and/or groups through serializers.
 .
 This package contains the Python 3 version of the library.