python310Packages.django-tagging: rename from django_tagging

This commit is contained in:
Martin Weinelt 2023-07-25 15:58:23 +02:00
parent aa11efcfb6
commit 5b7d8aea98
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
5 changed files with 6 additions and 5 deletions

View file

@ -7,7 +7,7 @@
, django-debug-toolbar , django-debug-toolbar
, django-extensions , django-extensions
, django-taggit , django-taggit
, django_tagging , django-tagging
, mock , mock
, pytest-django , pytest-django
, selenium , selenium
@ -41,7 +41,7 @@ buildPythonPackage rec {
django-debug-toolbar django-debug-toolbar
django-extensions django-extensions
django-taggit django-taggit
django_tagging django-tagging
mock mock
pytest-django pytest-django
selenium selenium

View file

@ -4,7 +4,7 @@
, python , python
, cairocffi , cairocffi
, django , django
, django_tagging , django-tagging
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, gunicorn , gunicorn
@ -49,7 +49,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
cairocffi cairocffi
django django
django_tagging django-tagging
gunicorn gunicorn
pyparsing pyparsing
python-memcached python-memcached

View file

@ -101,6 +101,7 @@ mapAliases ({
django_polymorphic = django-polymorphic; # added 2022-05-24 django_polymorphic = django-polymorphic; # added 2022-05-24
django_redis = django-redis; # added 2021-10-11 django_redis = django-redis; # added 2021-10-11
django_silk = django-silk; # added 2023-07-25 django_silk = django-silk; # added 2023-07-25
django_tagging = django-tagging; # added 2023-07-25
django_taggit = django-taggit; # added 2021-10-11 django_taggit = django-taggit; # added 2021-10-11
dns = dnspython; # added 2017-12-10 dns = dnspython; # added 2017-12-10
dogpile_cache = dogpile-cache; # added 2021-10-28 dogpile_cache = dogpile-cache; # added 2021-10-28

View file

@ -2961,7 +2961,7 @@ self: super: with self; {
django-tables2 = callPackage ../development/python-modules/django-tables2 { }; django-tables2 = callPackage ../development/python-modules/django-tables2 { };
django_tagging = callPackage ../development/python-modules/django_tagging { }; django-tagging = callPackage ../development/python-modules/django-tagging { };
django-taggit = callPackage ../development/python-modules/django-taggit { }; django-taggit = callPackage ../development/python-modules/django-taggit { };