zyga / django-pagination

Fork of unmaintained django-pagination - a set of utilities for creating robust pagination tools throughout a django application.
http://launchpad.net/linaro-django-pagination
BSD 3-Clause "New" or "Revised" License
39 stars 31 forks source link

Django 1.10 is preparing to remove context_instance. #41

Closed jColeChanged closed 6 years ago

jColeChanged commented 7 years ago

Context instance is being deprecated in favor of using context dictionaries. So resolving warnings means patching this library for some projects, like readthedocs, which use it.

When I tested out the removal of the context_instance, things worked. However, I'm not sure I fully understood how context_instance was being used. So I'm not sure if there are edge cases where removing it might effect others, despite it not having effected me.

zyga commented 7 years ago

I'm happy to merge this but I no longer actively maintain the project.

tony commented 6 years ago

@zyga are you open to moving this to @jazzband?

zyga commented 6 years ago

@tony see #42