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

Changelog

python-django-rest-framework-guardian (0.3.0-2) unstable; urgency=low

  * Source only upload to allow migration to testing (Closes: #950757).
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.

 -- Michael Fladischer <email address hidden>  Thu, 06 Feb 2020 16:38:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-rest-framework-guardian_0.3.0-2.dsc 2.0 KiB 0fc1caa878902cca4cec95dd4d80782dd050469cedeb09d0e08e86c7236a804e
python-django-rest-framework-guardian_0.3.0.orig.tar.gz 8.9 KiB f0768d2316aea536ac6e2b5e76da17d7aedfeb6fb651c7d02957a48f02d99451
python-django-rest-framework-guardian_0.3.0-2.debian.tar.xz 2.3 KiB 6071a751f0b1fb00ed484537235195e6120c299d7810b3ddfa2a87cd27d806bd

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.