aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/utils/__init__.py
diff options
context:
space:
mode:
authorTom Christie2012-04-11 15:28:57 +0100
committerTom Christie2012-04-11 15:28:57 +0100
commit44df8345f3ffcba141ded3a1bd993971d7199164 (patch)
treed102b9c5faf06f599e8975a3b4346907568dd600 /djangorestframework/utils/__init__.py
parent44b5d6120341c5fb90a0b3022d09f9ad78d9f836 (diff)
parente53c819cc7a5567f2c29375550e9ff62ec20d472 (diff)
downloaddjango-rest-framework-44df8345f3ffcba141ded3a1bd993971d7199164.tar.bz2
Merge with master
Diffstat (limited to 'djangorestframework/utils/__init__.py')
-rw-r--r--djangorestframework/utils/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/utils/__init__.py b/djangorestframework/utils/__init__.py
index 9d250be2..ef611a16 100644
--- a/djangorestframework/utils/__init__.py
+++ b/djangorestframework/utils/__init__.py
@@ -9,7 +9,6 @@ from djangorestframework.request import Request
import re
import xml.etree.ElementTree as ET
-
MSIE_USER_AGENT_REGEX = re.compile(r'^Mozilla/[0-9]+\.[0-9]+ \([^)]*; MSIE [0-9]+\.[0-9]+[a-z]?;[^)]*\)(?!.* Opera )')