TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

Warning The context instance argument of render_to_string is depreciated #33

Open sanderroosendaal opened 7 years ago

sanderroosendaal commented 7 years ago

I am getting this RemovedInDjango110Warning

jplehmann commented 5 years ago

Looks like a PR was opened for this 2 years ago, but the author never got it to pass so it hasn't been merged. #32

I think that test would probably pass if the number is bumped from 1.8 to 1.9, not sure why though.