django-cacheops 7.0.2-1 source package in Ubuntu

Changelog

django-cacheops (7.0.2-1) unstable; urgency=medium

  * [cfb2d1c] d/watch: Add compression type gz
  * [b726b71] New upstream version 7.0.2

 -- Carsten Schoenert <email address hidden>  Wed, 01 Nov 2023 06:29:00 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-cacheops_7.0.2-1.dsc 2.1 KiB 2c919ef0c48330915e5c658011ed4bea7b1e2a3d5acb2a3ddcc781e7abf22984
django-cacheops_7.0.2.orig.tar.gz 55.6 KiB 3cebe9dbb9bc097776f2280a2db8d97d31a55c918e197e7ace356fff281261f3
django-cacheops_7.0.2-1.debian.tar.xz 3.3 KiB 374b01395559cbc933b3c885483649e0062843e671a0dcc4065ab33c395c70b2

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.