Unverified Commit 9e592427 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.modelsearch: rename from django-modelsearch

parent 99cc2945
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
  django,
  django-filter,
  django-modelcluster,
  django-modelsearch,
  django-taggit,
  django-tasks,
  django-treebeard,
  djangorestframework,
  draftjs-exporter,
  laces,
  modelsearch,
  openpyxl,
  permissionedforms,
  pillow,
@@ -78,13 +78,13 @@ buildPythonPackage (finalAttrs: {
    django
    django-filter
    django-modelcluster
    django-modelsearch
    django-taggit
    django-tasks
    django-treebeard
    djangorestframework
    draftjs-exporter
    laces
    modelsearch
    openpyxl
    permissionedforms
    pillow
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ mapAliases {
  django-crispy-bootstrap3 = crispy-bootstrap3; # added 2025-06-11
  django-crispy-bootstrap4 = crispy-bootstrap4; # added 2025-06-11
  django-crispy-bootstrap5 = crispy-bootstrap5; # added 2025-06-11
  django-modelsearch = modelsearch; # added 2026-03-02
  django_3 = throw "Django 3 has reached it's EOL in 2024-04 and has therefore been removed."; # added 2025-01-25
  django_5_1 = throw "Django 5.1 has reached it's EOL in 2025-12 and has therefore been removed."; # added 2025-11-30"
  django_5_2 = django_5; # added 2026-01-18
+2 −2
Original line number Diff line number Diff line
@@ -4256,8 +4256,6 @@ self: super: with self; {
  django-modelcluster = callPackage ../development/python-modules/django-modelcluster { };
  django-modelsearch = callPackage ../development/python-modules/django-modelsearch { };
  django-modeltranslation = callPackage ../development/python-modules/django-modeltranslation { };
  django-mptt = callPackage ../development/python-modules/django-mptt { };
@@ -10068,6 +10066,8 @@ self: super: with self; {
  modelscope = callPackage ../development/python-modules/modelscope { };
  modelsearch = callPackage ../development/python-modules/modelsearch { };
  modern-colorthief = callPackage ../development/python-modules/modern-colorthief { };
  moderngl = callPackage ../development/python-modules/moderngl { };