python-djangorestframework-flex-fields 1.0.2-1 source package in Ubuntu

Changelog

python-djangorestframework-flex-fields (1.0.2-1) unstable; urgency=medium

  * New upstream version 1.0.2
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Build using pybuild-plugin-pyproject.

 -- Michael Fladischer <email address hidden>  Mon, 19 Jun 2023 14:03:32 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-djangorestframework-flex-fields_1.0.2-1.dsc 2.1 KiB fc258b80fbc27cacf28cfc53fe87d1deed71446d190dd0e3e61d9cd4f521dc84
python-djangorestframework-flex-fields_1.0.2.orig.tar.gz 29.8 KiB 48139eeff0b1232fc05a9f353c3c2b570b225985043dedda6ab0d5e8b7a1d7af
python-djangorestframework-flex-fields_1.0.2-1.debian.tar.xz 2.6 KiB b3e65b89f729d441716909091c1291d66ac5a825fbf6f983dc50178758a7c227

Available diffs

No changes file available.

Binary packages built by this source

python3-djangorestframework-flex-fields: Dynamic fields and nested resources for DRF (Python3 version)

 FlexFields (DRF-FF) for Django REST Framework is a package designed to provide
 a common baseline of functionality for dynamically setting fields and nested
 models within DRF serializers. To remove unneeded fields, you can dynamically
 set fields, including nested fields, via URL parameters
 (?fields=name,address.zip) or when configuring serializers. Additionally, you
 can dynamically expand fields from simple values to complex nested models, or
 treat fields as "deferred", and expand them on an as-needed basis.
 .
 This package is designed for simplicity and provides two classes - a viewset
 class and a serializer class (or mixin) - with minimal magic and entanglement
 with DRF's foundational classes.
 .
 This package contains the Python 3 version of the library.