djangorestframework 3.12.4-1 source package in Ubuntu

Changelog

djangorestframework (3.12.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.12.4
  * Rediff patches
  * Fix tests with mock timezone. (Closes: #994255)
    Thanks to Terence Honles <email address hidden> for the upstream patch
  * Fix autopkgtest and FTBFS by adding python3-pygments to Build-Dep and
    tests Depends (Closes: #961171)
  * Bump d/watch version to 4
  * Bump Standards-Version to 4.6.0: no changes
  * Fix homepage url
  * Use https for apache license url in d/copyright
  * Bump versioned dependency for python3-django-guardian to 2.4.0

 -- Baptiste Beauplat <email address hidden>  Mon, 04 Oct 2021 21:28:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.12.4-1.dsc 2.0 KiB d6fc47a2626e8d03bf2d8a0031c04dd8ec6a17bbe929032750be884ceaec3e84
djangorestframework_3.12.4.orig.tar.gz 8.4 MiB c68f7097787b5fa03a6d387103808fb00c70deb4e01385a7a76083ac16675a6e
djangorestframework_3.12.4-1.debian.tar.xz 325.4 KiB f3eb50c64ef69198b7ffc3f37fb6cba0dce84d992c57b892d6cd34d200e3cbe2

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.