djangorestframework 3.12.4-2.1ubuntu1 source package in Ubuntu

Changelog

djangorestframework (3.12.4-2.1ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - skip test_markdown, which is currently failing; see issue #8160 upstream
      for followups (LP: #1955134)

 -- Gianfranco Costamagna <email address hidden>  Sun, 20 Mar 2022 13:40:26 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

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-2.1ubuntu1.debian.tar.xz 326.1 KiB ea16eb991bde416bab44f87b30b4df44c4991c1b2adc1c7bd84ad7e1be17f3d3
djangorestframework_3.12.4-2.1ubuntu1.dsc 2.6 KiB 970512424021a59084ec7c1b7f5c5c91132ad809279ace7d18ba7f3a1511a552

View changes file

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.