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

Changelog

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

  * autopkgtest: give the tests names.
    This allows to easily run any of them individually, and also is better
    than having them called "command1" and "command2" in the autopkgtest
    logs.
  * Backport fixes for more Django ORM regressions.
    Upstream issue: https://code.djangoproject.com/ticket/33282).
    That regression affects src:lava in Debian.
    The patches are:
    - 0007-Refs-32786-Made-Query.clear_ordering-not-to-cause-si.patch
    - 0008-Refs-32690-Altered-lookups-Query-rhs-alterations-dur.patch
    - 0009-Fixed-33282-Fixed-a-crash-when-OR-ing-subquery-and-a.patch

 -- Antonio Terceiro <email address hidden>  Wed, 08 Dec 2021 15:11:52 -0300

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-2.dsc 2.7 KiB 40af9f623386fc7beee2199f4f8cf9fa02fffac3658646783f08aff33c54b248
python-django_3.2.10.orig.tar.gz 9.4 MiB 074e8818b4b40acdc2369e67dcd6555d558329785408dcd25340ee98f1f1d5c4
python-django_3.2.10-2.debian.tar.xz 33.1 KiB 0f3e2ceb0c2318414cfc2fd3073575ca5477a78d330e1d7750031139f2f662b7

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