djangorestframework 2.3.7-2 source package in Ubuntu

Changelog

djangorestframework (2.3.7-2) unstable; urgency=low


  * Append dependency to python-djangorestframework (Closes: #723820)
    - debian/control: Append "Suggests: python-djangorestframework-doc"
    - Thanks to Ben Finney <email address hidden> for reporting.
  * Change depends on python-django-filters (Closes: #723824)
    - debian/control: change "django-filter" to "python-django-filters"
    - Thanks to Ben Finney <email address hidden> for reporting.
  * Change some dependencies to Recommends in python-djangorestframework
    - debian/control:
      * Move python-yaml, python-defusedxml, python-django-filters
        to Recommends.
      * Append python-markdown to Recommends.
      * Append python-defusedxml, python-django-filters to Build-Depends.

 -- Kouhei Maeda <email address hidden>  Fri, 27 Sep 2013 18:43:28 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
djangorestframework_2.3.7-2.dsc 2.0 KiB ea43c1d263c6cac49e886d4cf1c634567d8d67bd6a3f8c0eb1b06bf1df303ddd
djangorestframework_2.3.7.orig.tar.gz 862.3 KiB 11a2a776d6e0034d9c6e27e3840d36f11911ade7ad4c37eaed4cdda0924cbcbc
djangorestframework_2.3.7-2.debian.tar.gz 228.6 KiB 5e04cc0813387afdffc001d7749e60b9b00cef13d34a5b9d8cc509cd56e14ba0

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.