python310Packages.django-treebeard: rename from django_treebeard
This commit is contained in:
parent
5b7d8aea98
commit
0bc95af579
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user