Unverified Commit 0bc95af5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.django-treebeard: rename from django_treebeard

parent 5b7d8aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };