pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

replace deprecated `context_instance` kwarg #166

Open grahamu opened 6 years ago

grahamu commented 6 years ago

context_instance kwarg for render_*() functions is fully removed in Django 2.0. Should be replaced by request=self.request or similar.