mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00
Drop django-bootstrap-pagination: incompatible
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>
This commit is contained in:
parent
bb79b3885e
commit
e86a2c2610
|
@ -161,7 +161,6 @@ INSTALLED_APPS = (
|
||||||
'axes',
|
'axes',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'corsheaders',
|
'corsheaders',
|
||||||
'bootstrap_pagination',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
|
|
|
@ -6,7 +6,6 @@ confusable-homoglyphs==3.2.0
|
||||||
Django>=4.2,<4.3
|
Django>=4.2,<4.3
|
||||||
django-appconf==1.0.5
|
django-appconf==1.0.5
|
||||||
django-axes==5.31.0
|
django-axes==5.31.0
|
||||||
django-bootstrap-pagination==1.7.1
|
|
||||||
django-cors-headers==3.11.0
|
django-cors-headers==3.11.0
|
||||||
django-ipware==4.0.2
|
django-ipware==4.0.2
|
||||||
django-ranged-response==0.2.0
|
django-ranged-response==0.2.0
|
||||||
|
|
|
@ -161,7 +161,6 @@ INSTALLED_APPS = (
|
||||||
'axes',
|
'axes',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'corsheaders',
|
'corsheaders',
|
||||||
'bootstrap_pagination',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user