django-simple-redis-admin 1.4.0-3 source package in Ubuntu

Changelog

django-simple-redis-admin (1.4.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Sandro Tosi <email address hidden>  Mon, 25 Apr 2022 11:17:03 -0400

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
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-simple-redis-admin_1.4.0-3.dsc 2.1 KiB a6311690469a868be680039431ae216c5945b793f6433ae52f52a1644bb1b795
django-simple-redis-admin_1.4.0.orig.tar.gz 5.6 KiB 16cfac31c367a548d08ce3ab34cdcee7c37506844abd0180bf79be97582a2cf4
django-simple-redis-admin_1.4.0-3.debian.tar.xz 2.9 KiB f5d50d33016a5761393c9f16219a4dd29a8eb065f5af947edceef080eee307fb

Available diffs

No changes file available.

Binary packages built by this source

python3-django-redis-admin: Django admin panel add-on to view/delete Redis keys (Python 3)

 `django-simple-redis-admin` is an addition to your Django admin panel that
 allows you to view and delete your Redis keys.
 .
 This package does not use models, so no database tables need to be created.
 Just add to INSTALLED_APPS and go. Users must have is_superuser == True to
 view the Redis admin. No django admin logs are created with this package.
 .
 This is the Python 3 version of the package.