diff mbox series

[layerindex-web,03/10] Drop django-bootstrap-pagination: incompatible

Message ID e86a2c2610bcec7f1fa11c57309e0c5127c96446.1696621423.git.tim.orling@konsulko.com
State New
Headers show
Series Django 4.2 LTS Upgrade | expand

Commit Message

Tim Orling Oct. 6, 2023, 7:59 p.m. UTC
Upstream django-bootstrap-pagination is no longer maintained and is
incompatible with Django 4.x.

https://github.com/staticdev/django-pagination-bootstrap was archived on June 26, 2023.

ugettext was removed in Django 4.0:
https://docs.djangoproject.com/en/4.2/releases/4.0/#features-removed-in-4-0

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 docker/settings.py | 1 -
 requirements.txt   | 1 -
 settings.py        | 1 -
 3 files changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/docker/settings.py b/docker/settings.py
index a3f007d..a73178c 100644
--- a/docker/settings.py
+++ b/docker/settings.py
@@ -161,7 +161,6 @@  INSTALLED_APPS = (
     'axes',
     'rest_framework',
     'corsheaders',
-    'bootstrap_pagination',
 )
 
 AUTHENTICATION_BACKENDS = [
diff --git a/requirements.txt b/requirements.txt
index 072c2f1..40f696c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,6 @@  confusable-homoglyphs==3.2.0
 Django>=4.2,<4.3
 django-appconf==1.0.5
 django-axes==5.31.0
-django-bootstrap-pagination==1.7.1
 django-cors-headers==3.11.0
 django-ipware==4.0.2
 django-ranged-response==0.2.0
diff --git a/settings.py b/settings.py
index a69eb53..fa303b1 100644
--- a/settings.py
+++ b/settings.py
@@ -161,7 +161,6 @@  INSTALLED_APPS = (
     'axes',
     'rest_framework',
     'corsheaders',
-    'bootstrap_pagination',
 )
 
 AUTHENTICATION_BACKENDS = [