Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added convenience method for viewing Query SQL without params.
This is the old Query.as_sql() method revived: it's like Query.__str__, but the parameters aren't substituted into the placeholders. Thus, it's a more accurate representation of the SQL the (default) backend will see. Entirely internal. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
- Loading branch information