Resolve deprecation warnings with Django 1.8 · Issue #2886 · encode/django-rest-framework (original) (raw)
RemovedInDjango19Warning: Loading the url
tag from the future
library is deprecated and will be removed in Django 1.9. Use the default url
tag instead.
base.html
{% load url from future %}