djangorestframework 3.12.4-2ubuntu1 source package in Ubuntu

Changelog

djangorestframework (3.12.4-2ubuntu1) jammy; urgency=medium

  * d/tests/control
    - skip test_markdown, which is currently failing; see issue #8160 upstream
      for followups (LP: #1955134)

 -- Lukas Märdian <email address hidden>  Wed, 05 Jan 2022 17:50:04 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 8.4 MiB c68f7097787b5fa03a6d387103808fb00c70deb4e01385a7a76083ac16675a6e
djangorestframework_3.12.4-2ubuntu1.debian.tar.xz 325.6 KiB 1157acc197b91925ed7d00b212d11618bfdc805289c85ad8e230bafede1045cc
djangorestframework_3.12.4-2ubuntu1.dsc 2.6 KiB f6b42a7cb8aebfcce51be4945c414efc165feddee5ce9c91dbc891545057af71

View changes file

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.