django-haystack-redis 0.0.1-2 source package in Ubuntu

Changelog

django-haystack-redis (0.0.1-2) unstable; urgency=medium

  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:34:08 +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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-haystack-redis_0.0.1-2.dsc 2.2 KiB 9084fc9b592406ac7cb0064c9918838eb7d9498f90df2c30daf5a08b71e4ef52
django-haystack-redis_0.0.1.orig.tar.gz 3.9 KiB ccfea88bdc1387c9f7f6f19e9bc062a3612039ef94cfd3e78cf59a96ddd269b2
django-haystack-redis_0.0.1-2.debian.tar.xz 2.5 KiB 7088eaf5b107f4cb699a54a0c5cec3c201ea3e0c1122ee944f08aa3634279ec0

Available diffs

No changes file available.

Binary packages built by this source

python3-django-haystack-redis: Whoosh storage engine using redis for persistence

 Haystack-redis is a whoosh storage engine using redis for persistence. A
 Haystack SearchBackend subclass is also provided. Normally the STORAGE key
 could just be set but Haystack is only aware of file and ram backends.
 .
 This is especially useful for small sites hosted on Heroku, which does not
 allow writing to local disk.