djangorestframework-gis 1.0-3 source package in Ubuntu

Changelog

djangorestframework-gis (1.0-3) unstable; urgency=medium

  * Team upload

  [ Alexandre Detiste ]
  * [aeb6543] remove python3-six from d/tests/control

  [ Carsten Schoenert ]
  * [2f66839] autopkgtest: Ignore test_geo_json_pagination_schema
  * [534a488] d/control: Update Standards-Version to 4.6.2
  * [fed6159] d/control: Move to dh-sequence-python3
  * [69d61ff] d/rules: Remove --with option from default target

 -- Carsten Schoenert <email address hidden>  Tue, 26 Mar 2024 18:59:18 +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
djangorestframework-gis_1.0-3.dsc 2.4 KiB 47e46d0a8e402cb8c9dd8881bafa48467b158ed5abd69281ff07423ecd138d52
djangorestframework-gis_1.0.orig.tar.gz 47.6 KiB 921c5adbc9a7c0502c905957a6695b67f55d7bf6582e1ab837888b55a1fce5a6
djangorestframework-gis_1.0-3.debian.tar.xz 8.8 KiB 2cdd461de3ede64c461a08373f7f288d51ac5516f6ce7c88feb78a05eba076c6

Available diffs

No changes file available.

Binary packages built by this source

python3-djangorestframework-gis: Geographic add-ons for Django REST Framework (Python3 version)

 djangorestframework-gis extends the Django REST Framework to also handle
 geographic data as used by GeoDjango during serialization and deserialization.
 It provides the following features:
 .
  * GeometryField: This field handles GeoDjango geometry fields, providing
      custom to_native and from_native methods for GeoJSON input/output.
  * GeoModelSerializer: This serializer updates the field_mapping dictionary to
      include field mapping of GeoDjango geometry fields to the above
      GeometryField.
  * GeoFeatureModelSerializer: GeoFeatureModelSerializer is a subclass of
      GeoModelSerializer which will output data in a format that is GeoJSON
      compatible.
  * InBBOXFilter: Filters a queryset to only those instances within a certain
      bounding box.
 .
 This package contains the Python 3 version of the library.