python310Packages.django-treebeard: rename from django_treebeard

This commit is contained in:
Martin Weinelt 2023-07-25 16:00:02 +02:00
parent 5b7d8aea98
commit 0bc95af579
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
5 changed files with 5 additions and 4 deletions

View File

@ -66,7 +66,7 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
django-storages
django-tables2
django-webpack-loader
django_treebeard
django-treebeard
djangorestframework
drf-writable-nested
gunicorn

View File

@ -7,7 +7,7 @@
, django-filter
, django-modelcluster
, django-taggit
, django_treebeard
, django-treebeard
, djangorestframework
, draftjs-exporter
, fetchPypi
@ -43,7 +43,7 @@ buildPythonPackage rec {
anyascii
beautifulsoup4
django
django_treebeard
django-treebeard
django-filter
django-modelcluster
django-taggit

View File

@ -103,6 +103,7 @@ mapAliases ({
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_treebeard = django-treebeard; # added 2023-07-25
dns = dnspython; # added 2017-12-10
dogpile_cache = dogpile-cache; # added 2021-10-28
dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20

View File

@ -2969,7 +2969,7 @@ self: super: with self; {
django-timezone-field = callPackage ../development/python-modules/django-timezone-field { };
django_treebeard = callPackage ../development/python-modules/django_treebeard { };
django-treebeard = callPackage ../development/python-modules/django-treebeard { };
django-two-factor-auth = callPackage ../development/python-modules/django-two-factor-auth { };