From ecfa7e570f5ec29010021241861eb5b43000bb48 Mon Sep 17 00:00:00 2001 From: Duarte Fernandes Date: Thu, 26 Oct 2017 22:48:31 -0300 Subject: [PATCH] [2.0.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments. Backport of 019c2600a6771d2cd0574062dee468ce96d7e69d from master --- django/conf/global_settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 754e6e5cdf..a70fe4f3fe 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -242,7 +242,7 @@ FORCE_SCRIPT_NAME = None # re.compile(r'^NaverBot.*'), # re.compile(r'^EmailSiphon.*'), # re.compile(r'^SiteSucker.*'), -# re.compile(r'^sohu-search') +# re.compile(r'^sohu-search'), # ] DISALLOWED_USER_AGENTS = [] @@ -253,9 +253,9 @@ ABSOLUTE_URL_OVERRIDES = {} # import re # IGNORABLE_404_URLS = [ # re.compile(r'^/apple-touch-icon.*\.png$'), -# re.compile(r'^/favicon.ico$), -# re.compile(r'^/robots.txt$), -# re.compile(r'^/phpmyadmin/), +# re.compile(r'^/favicon.ico$'), +# re.compile(r'^/robots.txt$'), +# re.compile(r'^/phpmyadmin/'), # re.compile(r'\.(cgi|php|pl)$'), # ] IGNORABLE_404_URLS = []