mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
python310Packages.django-treebeard: rename from django_treebeard
This commit is contained in:
parent
5b7d8aea98
commit
0bc95af579
5 changed files with 5 additions and 4 deletions
|
@ -66,7 +66,7 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
|
||||||
django-storages
|
django-storages
|
||||||
django-tables2
|
django-tables2
|
||||||
django-webpack-loader
|
django-webpack-loader
|
||||||
django_treebeard
|
django-treebeard
|
||||||
djangorestframework
|
djangorestframework
|
||||||
drf-writable-nested
|
drf-writable-nested
|
||||||
gunicorn
|
gunicorn
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
, django-filter
|
, django-filter
|
||||||
, django-modelcluster
|
, django-modelcluster
|
||||||
, django-taggit
|
, django-taggit
|
||||||
, django_treebeard
|
, django-treebeard
|
||||||
, djangorestframework
|
, djangorestframework
|
||||||
, draftjs-exporter
|
, draftjs-exporter
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||||
anyascii
|
anyascii
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
django
|
django
|
||||||
django_treebeard
|
django-treebeard
|
||||||
django-filter
|
django-filter
|
||||||
django-modelcluster
|
django-modelcluster
|
||||||
django-taggit
|
django-taggit
|
||||||
|
|
|
@ -103,6 +103,7 @@ mapAliases ({
|
||||||
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_tagging = django-tagging; # added 2023-07-25
|
||||||
django_taggit = django-taggit; # added 2021-10-11
|
django_taggit = django-taggit; # added 2021-10-11
|
||||||
|
django_treebeard = django-treebeard; # added 2023-07-25
|
||||||
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
|
||||||
dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
|
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-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 { };
|
django-two-factor-auth = callPackage ../development/python-modules/django-two-factor-auth { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue