django-cte 1.3.0-1ubuntu1 source package in Ubuntu

Changelog

django-cte (1.3.0-1ubuntu1) mantic; urgency=medium

  * d/p/fix-column-alias-django4.patch: Remove SQL column aliases as a
    workaround for Django 4 introducing aliases that break access to
    rootmap.name (LP: #2022089)

 -- Lena Voytek <email address hidden>  Thu, 31 Aug 2023 09:19:08 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Lukas Märdian
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-cte_1.3.0.orig.tar.gz 20.5 KiB 0e2e1dff819f89e42917a41974c985532de7c977d2e867e4ff21784efa9954e4
django-cte_1.3.0-1ubuntu1.debian.tar.xz 3.3 KiB 6604de391249399084e79180489f4dde32c7f5ad16e54b59f0176835dae6cae8
django-cte_1.3.0-1ubuntu1.dsc 2.2 KiB fae13e192b62986b7693ba4365fd235e5ee10917c574c2f4b3255c432ad4a17b

View changes file

Binary packages built by this source

python3-django-cte: Common Table Expressions (CTE) for Django

 A Common Table Expression acts like a temporary table or view that exists only
 for the duration of the query it is attached to. django-cte allows common table
 expressions to be attached to normal Django ORM queries.