Django

Code

Ticket #1998 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] MIDDLEWARE_CLASSES should be single-quoted

Reported by: nirvdrum Assigned to: adrian
Milestone: Component: Core framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

single-quotes.diff (1.8 kB) - added by nirvdrum on 05/25/06 09:10:13.
single-quotes-plus-docs.diff (5.4 kB) - added by nirvdrum on 05/25/06 09:23:37.
Same as single-quotes.diff but updates the django documentation as well

Change History

05/24/06 17:36:54 changed by jacob

  • status changed from new to closed.
  • resolution set to wontfix.

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

05/25/06 09:10:13 changed by nirvdrum

  • attachment single-quotes.diff added.

05/25/06 09:11:33 changed by anonymous

  • summary changed from MIDDLEWARE_CLASSES should be single-quoted to [patch] MIDDLEWARE_CLASSES should be single-quoted.

05/25/06 09:13:26 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

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.

05/25/06 09:23:37 changed by nirvdrum

  • attachment single-quotes-plus-docs.diff added.

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

05/25/06 23:07:14 changed by adrian

  • status changed from reopened to closed.
  • resolution set to fixed.

Fixed in [2980].


Add/Change #1998 ([patch] MIDDLEWARE_CLASSES should be single-quoted)




Change Properties
Action