djangorestframework 3.14.0-1 source package in Ubuntu

Changelog

djangorestframework (3.14.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Let pybuild handle upstream tests during build.
  * Install testfiles using d/pybuild.testfiles.
  * No longer skip tests during autopkgtest.
  * Update d/copyright with new years.

 -- Michael Fladischer <email address hidden>  Tue, 11 Oct 2022 20:40:16 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.14.0-1.dsc 2.2 KiB aecd1e79c913e62e7abd785b56a51f590e6c2b411bc6eb5c599c05fb25cea015
djangorestframework_3.14.0.orig.tar.gz 8.6 MiB 81b3ecd4be8999d0541ac9d2dd4898becea6e058878e2b1e7c7bdf655a0ae1d0
djangorestframework_3.14.0-1.debian.tar.xz 331.5 KiB f34fd224dd2884c2946758a9199f2e06f7666f2f3412b280311b867d387018b7

Available diffs

No changes file available.

Binary packages built by this source

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.

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.