djangorestframework 2.4.3-2 source package in Ubuntu

Changelog

djangorestframework (2.4.3-2) unstable; urgency=medium


  * Supported Python3 (Closes: #756886)
    - Appended python3-djangorestframework.
  * debian/control
    - Build-Depends
      * Appended: python3-all, python3-setuptools, python3-django,
        python3-markdown, python3-defusedxml, python3-django-filters,
        python3-django-guardian, dh-python.
      * Removed: quilt.
    - Updated dependencies of python-django >= 1.3 to >= 1.4.2.
  * debian/rules
    - Updated for using pybuild.

 -- Kouhei Maeda <email address hidden>  Mon, 13 Oct 2014 16:03:47 +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

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_2.4.3-2.dsc 2.4 KiB 9c5464b909d930b36ea299a5f7e9885e15b515e493dfdf1d4be5ac9a940b9c96
djangorestframework_2.4.3.orig.tar.gz 1.6 MiB 9ddec69c706078c1bd5a04d3a6c1b93e88cfbcdb4ac9c5fbd1174317ca683de3
djangorestframework_2.4.3-2.debian.tar.xz 115.7 KiB d9c6c743323de83a4c164821f6abe11db217de0146cca7eb114883b603b03f71

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework: No summary available for python-djangorestframework in ubuntu wily.

No description available for python-djangorestframework in ubuntu wily.

python-djangorestframework-doc: No summary available for python-djangorestframework-doc in ubuntu wily.

No description available for python-djangorestframework-doc in ubuntu wily.

python3-djangorestframework: Web APIs for Django, made easy for Python3

 For Python3.
 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.