django-cachalot 2.4.3-2ubuntu1 source package in Ubuntu

Changelog

django-cachalot (2.4.3-2ubuntu1) mantic; urgency=medium

  * d/control: Remove restriction on later Django versions, allowing 4.0+
    (LP: #2022089)
  * d/t/control: Replace autodep8 test, using cachalot as the module name
    rather than django_cachalot

 -- Lena Voytek <email address hidden>  Fri, 25 Aug 2023 12:35:25 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Sergio Durigan Junior
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-cachalot_2.4.3.orig.tar.gz 47.3 KiB 2c81390f53d8c2e0ae6f266cff170b5681dad2416e09266ca7ca25f50e892a53
django-cachalot_2.4.3-2ubuntu1.debian.tar.xz 2.6 KiB 1b46c2fb089e5f06a0298dafac1373b525d92a18913ad8ed716e1c01fafb6541
django-cachalot_2.4.3-2ubuntu1.dsc 2.2 KiB 19a44720ff1fc07e198280ff5a1d77c47cbff948397da4e3d02514551bc9d5bb

View changes file

Binary packages built by this source

python3-django-cachalot: cache Django ORM queries and automatically invalidate

 Cachalot is an automatic query cacher for the Django ORM. It
 automatically caches queries and results, and when running the
 same query again, it retrieves results from the cache.
 .
 Cachalot also tracks modifications to data and automatically
 invalidates cached results if it expects cached data to have been
 modified.