djangorestframework 3.15.2-1 source package in Ubuntu

Changelog

djangorestframework (3.15.2-1) unstable; urgency=medium

  * Team upload
  * [83fb839] New upstream version 3.15.2
  * [d201327] Rebuild patch queue from patch-queue branch
    Removed patches (included upstream):
    Fix-typo-in-setup.cfg-setting.patch
    Remove-span-class-w-on-some-tests-files.patch
    tests-Check-urlpatterns-after-cleanups-9400.patch
  * [d1e1bcf] d/copyright: Add myself
  * [af11be8] d/control: Depend on Django >= 4.2 in bin package
  * [1185d2a] d/p-d-d.lintian-overrides: Ignore warning about JQuery

 -- Carsten Schoenert <email address hidden>  Sat, 29 Jun 2024 14:02:42 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.15.2-1.dsc 2.9 KiB 87efc10efdc79c7f6d419b4160183491c95402592c73d0be807028e352c3ad9f
djangorestframework_3.15.2.orig.tar.gz 8.8 MiB efc156998b78ffeacc1965630806d7fb387f66eb6b4121c8956f0a64e056399f
djangorestframework_3.15.2-1.debian.tar.xz 340.1 KiB 9f2f97d3234a045c824a575f1b6eb4b51d68984b1f0a36257517c56cd4fd05da

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.