django-cacheops 7.0.1-2 source package in Ubuntu

Changelog

django-cacheops (7.0.1-2) unstable; urgency=medium

  * Upload to unstable

 -- Carsten Schoenert <email address hidden>  Sun, 18 Jun 2023 09:41:35 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-cacheops_7.0.1-2.dsc 2.1 KiB d5866553ec3ed6f95872beeefee01298ead442682d8e57ac8f56d7cb4381bf2c
django-cacheops_7.0.1.orig.tar.gz 55.1 KiB 18688b9b0035bfa0dac8f751c6ebefcf6d31f3f6135d2593117d6c3efb15cdf6
django-cacheops_7.0.1-2.debian.tar.xz 3.2 KiB 2c1b4306e15d480033f91bc9512646f94540fa7bde87dc9c119fe44295da34f6

Available diffs

No changes file available.

Binary packages built by this source

python3-django-cacheops: Django app adding automatic or manual queryset caching (Python3 version)

 django-cacheops is a slick app that supports automatic or manual queryset
 caching and automatic granular event-driven invalidation.
 .
 It uses redis as backend for ORM cache and redis or filesystem for simple
 time-invalidated one.
 .
 And there is more to it:
 .
  * decorators to cache any user function or view as a queryset or by time
  * extensions for django and jinja2 templates
  * transparent transaction support
  * dog-pile prevention mechanism
  * a couple of hacks to make django faster
 .
 This package contains the Python 3 version of the library.