jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Call current class' get_context method instead of parent's #298

Closed craftycorvid closed 7 years ago

craftycorvid commented 7 years ago

Fixes #297. I haven't noticed any issues introduced by this on Python 2.7, but maybe there was a reason super was being called here?

If this isn't the correct solution, I'll look for a different way of fixing this issue.