Skip to content

Commit

Permalink
Passed final test zacharyvoase#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Walton committed May 10, 2013
1 parent 5a7458c commit 698192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_postgres/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def call(self, args=None):
model_name, execute_function, fields, app_label, module)
return models.query.QuerySet(model, query.NonQuotingQuery(model))

def get_queryset(self):
def get_query_set(self):
"""No methods that depend on this can be called until the function has
been called.
"""
Expand Down

0 comments on commit 698192b

Please sign in to comment.