#1998 closed enhancement (fixed)
[patch] MIDDLEWARE_CLASSES should be single-quoted
Reported by: | nirvdrum | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A minor issue, but all of the values in the default settings.py file are single-quoted except for the MIDDLEWARE_CLASSES one. For consistency's sake, I recommend making it single-quoted as well.
Attachments (2)
Change History (6)
comment:1 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
by , 18 years ago
Attachment: | single-quotes.diff added |
---|
comment:2 by , 18 years ago
Summary: | MIDDLEWARE_CLASSES should be single-quoted → [patch] MIDDLEWARE_CLASSES should be single-quoted |
---|
comment:3 by , 18 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Reopening since I've now attached a patch. I probably should have done this to begin with, but I wasn't sure how easy it'd be. The overall issue is still minor, but then again, django is for perfectionists.
by , 18 years ago
Attachment: | single-quotes-plus-docs.diff added |
---|
Same as single-quotes.diff but updates the django documentation as well
Note:
See TracTickets
for help on using tickets.
I don't really think this is a big deal.