jmcclell / django-bootstrap-pagination

Django template tag for rendering Page objects as Bootstrap pagination HTML
MIT License
212 stars 83 forks source link

Fix Django 1.10 warning #59

Closed diegokogan closed 5 years ago

diegokogan commented 7 years ago

RemovedInDjango110Warning: render() must be called with a dict, not a Context.

kvdveer commented 7 years ago

Sadly, your fix breaks compatibility with Django <1.8, which we still support.

diegokogan commented 7 years ago

Yes, you are right :( What do you think about having a new branch (for 2.xx) in order to support 1.9, 1.10?

jmcclell commented 5 years ago

This was fixed elsewhere.