django-redis 5.1.0-1 source package in Ubuntu

Changelog

django-redis (5.1.0-1) unstable; urgency=low

  * New upstream release.
  * Depend on python3-all for autopkgtests.
  * Depend on python3-pytest-mock for autopkgtests.

 -- Michael Fladischer <email address hidden>  Mon, 06 Dec 2021 08:55:55 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_5.1.0-1.dsc 1.9 KiB 45b9dbe3ce9dd744cff840f60e16f91b82b96ab5d708af55073d13b1e15fb05d
django-redis_5.1.0.orig.tar.gz 43.1 KiB 98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4
django-redis_5.1.0-1.debian.tar.xz 3.4 KiB 570d04fce8bf0fb64bf9e93d53e0b77d77dc7f27864ee0c63b29adb9fd17caed

Available diffs

No changes file available.

Binary packages built by this source

python3-django-redis: Redis cache backend for Django (Python 3)

 django-redis is a full featured Redis cache/session backend for Django. It
 provides several features to fully utilize Redis:
  * Pluggable clients.
  * Pluggable parsers.
  * Pluggable serializers.
  * Master-Replica support in the default client.
  * Supports infinite timeouts.
  * Facilities for raw access to Redis client/connection pool.
  * Highly configurable (can emulate memcached exception behavior, for example).
  * Unix sockets supported by default.
 .
 This is the Python 3 version of the package.