Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
TimingMiddleware was deprecated in favour of StatsdMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Aug 15, 2014
1 parent 26b809a commit a0e101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantomweb/settings.py
Expand Up @@ -122,7 +122,7 @@
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django_statsd.middleware.TimingMiddleware',
'django_statsd.middleware.StatsdMiddleware',
# Uncomment the next line for simple clickjacking protection:
# 'django.middleware.clickjacking.XFrameOptionsMiddleware',
)
Expand Down

0 comments on commit a0e101b

Please sign in to comment.