Opened 17 years ago
Closed 17 years ago
#6090 closed (wontfix)
Add whitespace between fields in queries
Reported by: | Stein Magnus Jodal | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The attached patch adds whitespace between fields in queries, as to better display the queries for debugging.
All occurrences of ",".join(...)
in django.db is replaced by ", ".join(...)
.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | django-r6816-query-whitespace.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Not worth changing on trunk at the moment. The queryset-refactor branch already does this, so it'll be part of trunk soon.
Note:
See TracTickets
for help on using tickets.
Patch against SVN r6816.