djangorestframework-gis 0.11.2-1 source package in Ubuntu

Changelog

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

  * Upload to unstable (Closes: #865920).
  * Bump Standards-Version to 4.0.0.
  * Refresh patches after git-dpm to gbp pq conversion

 -- Michael Fladischer <email address hidden>  Fri, 04 Aug 2017 20:47:59 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework-gis_0.11.2-1.dsc 2.1 KiB 86244534ce5afcebfaba32cec34421d70bc6f6c8a676045473ecbe12ef0a03b8
djangorestframework-gis_0.11.2.orig.tar.gz 27.2 KiB c33ce1263ebd0a31bf718e61f3b6f393d1fd513ca73dfb81b7f3be6bf3c56932
djangorestframework-gis_0.11.2-1.debian.tar.xz 36.2 KiB 5967cc152d28a5b1939569a9cdce0fa151fdcdb9e860294fef4c722fef088b4d

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework-gis: Geographic add-ons for Django REST Framework

 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.

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.