about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 23:07:22 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-02 18:31:40 +0100
commite75571d8887fdfc8c5d4551700da0f47148f3887 (patch)
treec17ac14c4979722be8f982c5d6e775a84044de33 /pkgs/top-level/python-aliases.nix
parent109100544943d0c98def376bf5b7cdaa58b7150e (diff)
downloadnixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar.gz
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar.bz2
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar.lz
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar.xz
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.tar.zst
nixlib-e75571d8887fdfc8c5d4551700da0f47148f3887.zip
python3Packages.django-redis: rename from django_redis
Also partially enable tests.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 9197d3f0d54c..5bfce49a82be 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -44,6 +44,7 @@ mapAliases ({
   diff_cover = diff-cover; # added 2021-07-02
   discogs_client = discogs-client; # added 2021-07-02
   djangorestframework-jwt = drf-jwt; # added 2021-07-20
+  django_redis = django-redis; # added 2021-10-11
   dns = dnspython; # added 2017-12-10
   dogpile_cache = dogpile-cache; # added 2021-10-28
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12