Skip to content

Commit

Permalink
Fix context processors RemovedInDjango110Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrhector committed Mar 11, 2016
1 parent 947e397 commit 958d843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silk/views/requests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.core.context_processors import csrf
from django.template.context_processors import csrf

from django.db.models import Sum
from django.shortcuts import render_to_response
Expand Down

0 comments on commit 958d843

Please sign in to comment.