djangorestframework 3.13.1-1 source package in Ubuntu

Changelog

djangorestframework (3.13.1-1) unstable; urgency=low

  * New upstream release.
  * Expand privacy patch to cover release notes.
  * Drop unused patches.
  * Add python3-uritemplate to Build-Depends, enabling more tests.
  * Rework autopkgtests to use separate test script and reused packaging
    dependencies.
  * Drop --nolint flag for build-time tests.
  * Add node-jquery to Build-Depends, required by mkdocs.
  * Add python3-tz to Build-Depends (Closes: #1013742).
  * Bump Standards-Version to 4.6.1.0.
  * Update lintian-overrides.
  * Update missing-sources for jquery-3.5.1.

 -- Michael Fladischer <email address hidden>  Fri, 08 Jul 2022 19:34:35 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.13.1-1.dsc 2.2 KiB a8900135c166533f19d6e7f288aa32b235bc3f1bd9778a5a39889b212791342a
djangorestframework_3.13.1.orig.tar.gz 8.5 MiB ae501b6efa9ec8a3b2a30c0df842cf7f9231c9ee0bb49b5873f3c18db5e5ad9b
djangorestframework_3.13.1-1.debian.tar.xz 331.0 KiB 4f0555a0198e4348e5a89315e64f54b2003e9e828b1c6ffc5a7b939288b4bedd

Available diffs

No changes file available.

Binary packages built by this source

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

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

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.