python-django 2:3.2.10-1 source package in Ubuntu

Changelog

python-django (2:3.2.10-1) unstable; urgency=medium

  * New upstream release:
    - CVE-2021-44420: Potential bypass of an upstream access control based on
      URL paths:
    Full details are available here:
    <https://www.djangoproject.com/weblog/2021/dec/07/security-releases/>
  * Refresh patches.

 -- Chris Lamb <email address hidden>  Tue, 07 Dec 2021 07:46:51 -0800

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django_3.2.10-1.dsc 2.7 KiB c8e2b9f0b96c6639f15aecb387607c8ab2ea0416b35e4ddcc36d6279f8685edd
python-django_3.2.10.orig.tar.gz 9.4 MiB 074e8818b4b40acdc2369e67dcd6555d558329785408dcd25340ee98f1f1d5c4
python-django_3.2.10-1.debian.tar.xz 28.6 KiB f946f276b1edb15d04896efc930d0745e542f661611442a0128b3fabf0e9d861

Available diffs

No changes file available.

Binary packages built by this source

python-django-doc: High-level Python web development framework (documentation)

 Django is a high-level web application framework that loosely follows the
 model-view-controller design pattern.
 .
 Python's equivalent to Ruby on Rails, Django lets you build complex
 data-driven websites quickly and easily - Django focuses on automating as much
 as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
 .
 Django additionally emphasizes reusability and "pluggability" of components;
 many generic third-party "applications" are available to enhance projects or
 to simply to reduce development time even further.
 .
 This package contains the HTML documentation and example projects.

python3-django: High-level Python web development framework

 Django is a high-level web application framework that loosely follows the
 model-view-controller design pattern.
 .
 Python's equivalent to Ruby on Rails, Django lets you build complex
 data-driven websites quickly and easily - Django focuses on automating as much
 as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
 .
 Django additionally emphasizes reusability and "pluggability" of components;
 many generic third-party "applications" are available to enhance projects or
 to simply to reduce development time even further.
 .
 Notable features include:
  * An object-relational mapper (ORM)
  * Automatic admin interface
  * Elegant URL dispatcher
  * Form serialization and validation system
  * Templating system
  * Lightweight, standalone web server for development and testing
  * Internationalization support
  * Testing framework and client