Unclosed single quotes in django/conf/global_settings.py comments
In file: django/conf/global_settings.py
In lines 251-253 there are an example with list of compiled RegExps.
Three of them contain unclosed quotes.
Here is the code:
# 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'\.(cgi|php|pl)$'),
# ]
Change History
(7)
Owner: |
changed from nobody to Duarte Fernandes
|
Status: |
new → assigned
|
Component: |
Uncategorized → Core (Other)
|
Summary: |
Unclosed single quotes in example → Unclosed single quotes in django/conf/global_settings.py comments
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Just submitted a PR to
django:stable/1.11.x
, as this ticket has1.11
for its version. Please let me know if I should apply these changes to themaster
branch as well.Final work: