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
|
Previously I've submitted the patch to
django:stable/1.11.xonly, but I changed my mind and applied the changes tomasteras well.Final work: