diff options
| author | Duarte Fernandes <duartefq@outlook.com> | 2017-10-26 22:48:31 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-26 21:49:06 -0400 |
| commit | ecfa7e570f5ec29010021241861eb5b43000bb48 (patch) | |
| tree | 5149a8072a30c0f61d4b972b643709f2ba02bbcd | |
| parent | 0eccbd2a8e79d8a66432cff6ad0f0a3bfac27710 (diff) | |
[2.0.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.
Backport of 019c2600a6771d2cd0574062dee468ce96d7e69d from master
| -rw-r--r-- | django/conf/global_settings.py | 8 |
1 files 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 = [] |
