We currently replace all whitespace (multiple spaces, tabs and newlines) with whitespace, here:
|
query = " ".join(query.format(table=settings.TABLE).split()) |
I'm not sure there's a reason for doing this, we could stop doing that I think.
Anyone has an opinion ?