djangorestframework-gis 0.16-1 source package in Ubuntu

Changelog

djangorestframework-gis (0.16-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release (Closes: #971130).
  * Refresh patches.
  * Add patch to conditionally disable tests that either require Django
    3 or PostGIS.

 -- Michael Fladischer <email address hidden>  Wed, 14 Oct 2020 16:38:24 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework-gis_0.16-1.dsc 2.2 KiB 3367bc42db04c4e378b9315234fcebacf3dea18fd6f95742165be732956d44a9
djangorestframework-gis_0.16.orig.tar.gz 42.5 KiB 19a873740bcdac5c963779a1755d0d4acf96c4f5b63915d452f4b866d50f77d7
djangorestframework-gis_0.16.orig.tar.gz.asc 488 bytes bd8ffc6d3f564c5d75cd521977eae7fc72301b3eb2255e39313264644f62ea22
djangorestframework-gis_0.16-1.debian.tar.xz 9.2 KiB f72b4ca959d3b7fcfebd7c05180bec4f919926ec3d231a6567017f0702336bf5

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.