1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: drf-extensions
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-django-filters,
python3-django-guardian,
python3-djangorestframework,
python3-django-restframework-guardian,
python3-packaging,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/chibisov/drf-extensions
Vcs-Browser: https://salsa.debian.org/python-team/packages/drf-extensions
Vcs-Git: https://salsa.debian.org/python-team/packages/drf-extensions.git
Rules-Requires-Root: no
Package: python3-djangorestframework-extensions
Architecture: all
Depends:
python3-djangorestframework,
python3-packaging,
${misc:Depends},
${python3:Depends},
Description: custom extensions for Django REST framework (Python3 version)
a collection of custom extensions for Django REST Framework. It provides
several mixins and extensions to code mechanics of Django REST framework.
.
Some of the features included:
* DetailSerializerMixin
* Caching
* Conditional requests
* Customizable key construction for caching and conditional requests
* Nested routes
* Bulk operations
|