djangorestframework 2.3.12-1 source package in Ubuntu

Changelog

djangorestframework (2.3.12-1) unstable; urgency=medium


  * New upstream release
  * Fixed FTBFS with django 1.6 (Closes: #729829)
  * debian/control
    - Update Standards-Version.
    - Update X-Python-Version 2.6 to 2.7.
    - Append dependency to python-djangorestframework-doc
      * python-markdown to Depends
    - Append dependency to python-djangorestframework
      * Depends, Build-Depends
        - python-django-guardian, python-oauth2, python-django-oauth-plus
      * quilt to Build-Depends.

 -- Kouhei Maeda <email address hidden>  Fri, 24 Jan 2014 00:03:39 +0900

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
djangorestframework_2.3.12-1.dsc 2.1 KiB a38b817fa861d1124d3acd38ddabac897452ae6ead6cdb0071d3b504579af307
djangorestframework_2.3.12.orig.tar.gz 947.6 KiB d03a0170f3a3f14c9a89bad7bfa0424b1b830829f4c1d7100d80e192d9c5b9c2
djangorestframework_2.3.12-1.debian.tar.xz 108.0 KiB 2b007ec3a40e6d8825129fe694f1f6492547ec1f750f7ef5c5ad2025604f68a8

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework: Web APIs for Django, made easy

 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
  * Extensive documentation, and great community support.

python-djangorestframework-doc: Web APIs for Django, made easy (documentation)

 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
 .
 This package contains the HTML documentation.