Skip to content

Commit

Permalink
Update README.rst for Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Feb 17, 2017
1 parent 5be0154 commit 49e6680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ users are sending ``DNT: 1``, ``DoNotTrackMiddleware`` will set ``request.DNT =
True``, else it will set ``request.DNT = False``.

Just add ``dnt.middleware.DoNotTrackMiddleware`` to your ``MIDDLEWARE_CLASSES``
and you're good to go.
(Django 1.9 and earlier) or ``MIDDLEWARE`` (Django 1.10 and later) and you're
good to go.

0 comments on commit 49e6680

Please sign in to comment.