mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
Renamed qn to compiler
This commit is contained in:
parent
05e0e4674c
commit
f61256da3a
23 changed files with 240 additions and 237 deletions
|
@ -29,7 +29,7 @@ class QueryWrapper(object):
|
|||
def __init__(self, sql, params):
|
||||
self.data = sql, list(params)
|
||||
|
||||
def as_sql(self, qn=None, connection=None):
|
||||
def as_sql(self, compiler=None, connection=None):
|
||||
return self.data
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue