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:59:52 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-02 18:31:41 +0100
commit0a41e93ce4e5458c900701e3e8fdbbfca526cc17 (patch)
treece890d4d6410985152e43aa986117bd1a7ab045d /pkgs/top-level/python-aliases.nix
parentbf2c4da25033512fd321c83101a406edbd09ce31 (diff)
downloadnixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar.gz
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar.bz2
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar.lz
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar.xz
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.tar.zst
nixlib-0a41e93ce4e5458c900701e3e8fdbbfca526cc17.zip
python3Packages.django-taggit: rename from django_taggit and refactor
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 5bfce49a82be..a6b9ac968431 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -45,6 +45,7 @@ mapAliases ({
   discogs_client = discogs-client; # added 2021-07-02
   djangorestframework-jwt = drf-jwt; # added 2021-07-20
   django_redis = django-redis; # added 2021-10-11
+  django_taggit = django-taggit; # 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