Skip to content

Commit a9239fd

Browse files
committed
Upgrade django-pagination to a "maintained" fork
Closes #3664 The package `django-pagination` got unmaintained, so a fork by Linaro was created at https://github.com/zyga/django-pagination and got unmaintained again (zyga/django-pagination#42). Now, there is another fork at https://github.com/pydanny/dj-pagination) that contains more compatibility releases. So, I'm upgrading to this one.
1 parent 0a4a287 commit a9239fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readthedocs/settings/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def INSTALLED_APPS(self): # noqa
7171
'django.contrib.humanize',
7272

7373
# third party apps
74-
'linaro_django_pagination',
74+
'dj_pagination',
7575
'taggit',
7676
'guardian',
7777
'django_gravatar',
@@ -131,7 +131,7 @@ def USE_PROMOS(self): # noqa
131131
'django.middleware.csrf.CsrfViewMiddleware',
132132
'django.contrib.auth.middleware.AuthenticationMiddleware',
133133
'django.contrib.messages.middleware.MessageMiddleware',
134-
'linaro_django_pagination.middleware.PaginationMiddleware',
134+
'dj_pagination.middleware.PaginationMiddleware',
135135
'readthedocs.core.middleware.SubdomainMiddleware',
136136
'readthedocs.core.middleware.SingleVersionMiddleware',
137137
'corsheaders.middleware.CorsMiddleware',

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ django-textclassifier==1.0
5656
django-annoying==0.10.1
5757
django-messages-extends==0.5
5858
djangorestframework-jsonp==1.0.2
59+
dj-pagination==2.3.2
5960

6061
# Docs
6162
sphinxcontrib-httpdomain==1.4.0
@@ -70,5 +71,4 @@ django-cors-middleware==1.3.1
7071
nilsimsa==0.3.7
7172

7273
# Pegged git requirements
73-
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev
7474
git+https://github.com/alex/django-taggit.git#egg=django_taggit-dev

0 commit comments

Comments
 (0)