djangorestframework 3.15.1-2 source package in Ubuntu

Changelog

djangorestframework (3.15.1-2) unstable; urgency=medium

  * Team upload

    [Carsten Schoenert]
  * [4ba996d] Rebuild patch queue from patch-queue branch
    Added patches:
    Fix-typo-in-setup.cfg-setting.patch
    tests-Check-urlpatterns-after-cleanups-9400.patch
    (Closes: #1072052)
  * [f5886e3] d/control: Bump Standards-Version to 4.7.0
    No further changes needed.

    [Simon Lyngshede]
  * [bbf09c6] d/rules: Don't exclude bootstrap-tweaks.css file

 -- Carsten Schoenert <email address hidden>  Sat, 01 Jun 2024 20:13:31 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.15.1-2.dsc 2.9 KiB fd3f164a43cf61f1b1ea5d95d39121d0e3be17663100619cafa8524dc20f83b6
djangorestframework_3.15.1.orig.tar.gz 8.8 MiB 16886cea9c35cecf75d51225e95e8a92498fa76fff379d58a7beecfed44ab36b
djangorestframework_3.15.1-2.debian.tar.xz 341.6 KiB 35734b72c50bf8b5b54fb0a26f6645d3d30231f0e04c7d4e2763470b87768e22

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.