Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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)

single-quotes.diff (1.8 KB ) - added by nirvdrum 18 years ago.
single-quotes-plus-docs.diff (5.4 KB ) - added by nirvdrum 18 years ago.
Same as single-quotes.diff but updates the django documentation as well

Download all attachments as: .zip

Change History (6)

comment:1 by Jacob, 18 years ago

Resolution: wontfix
Status: newclosed

I don't really think this is a big deal.

by nirvdrum, 18 years ago

Attachment: single-quotes.diff added

comment:2 by anonymous, 18 years ago

Summary: MIDDLEWARE_CLASSES should be single-quoted[patch] MIDDLEWARE_CLASSES should be single-quoted

comment:3 by anonymous, 18 years ago

Resolution: wontfix
Status: closedreopened

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 nirvdrum, 18 years ago

Same as single-quotes.diff but updates the django documentation as well

comment:4 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in [2980].

Note: See TracTickets for help on using tickets.
Back to Top