django-redis 4.11.0-1 source package in Ubuntu

Changelog

django-redis (4.11.0-1) unstable; urgency=medium

  * New upstream release
  * Update previous d/changelog entry to correctly reflect team upload
  * Bump standards version to 4.4.1 without further change
  * Disable dh_python3 dependency guessing and manually specify in d/control
    so correct dependencies are reflected in the binary

 -- Scott Kitterman <email address hidden>  Mon, 06 Jan 2020 09:31:23 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_4.11.0-1.dsc 2.1 KiB 8e2f6b6bbd222446d901a4314c03011222ccd97074446d86b9714587864f253f
django-redis_4.11.0.orig.tar.gz 31.5 KiB a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b
django-redis_4.11.0-1.debian.tar.xz 2.8 KiB 04a4e391fbdc0d3036779ac075631db8bdcacdeda68abc34649fdb5120072db2

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-Slave 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.