djangorestframework-gis 1.0-2 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + python3-djangorestframework-gis: Drop versioned constraint on
      python3-djangorestframework in Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 04:03:59 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework-gis_1.0-2.dsc 2.4 KiB 49b54bd8ba0e3bb66c368033f21c064164a41f93d336b64f7902e793a76956fc
djangorestframework-gis_1.0.orig.tar.gz 47.6 KiB 921c5adbc9a7c0502c905957a6695b67f55d7bf6582e1ab837888b55a1fce5a6
djangorestframework-gis_1.0-2.debian.tar.xz 8.6 KiB 373cd45cdbf79f190e4dba60417255825fd13c620934684792260d76ab1397fc

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.