Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Thanks, ramiro

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-06-12 04:23:14 +00:00
parent acf888b4ba
commit ac5b9f5857
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@ class BaseDatabaseOperations(object):
def query_class(self, DefaultQueryClass): def query_class(self, DefaultQueryClass):
""" """
Given the default QuerySet class, returns a custom QuerySet class Given the default Query class, returns a custom Query class
to use for this backend. Returns None if a custom QuerySet isn't used. to use for this backend. Returns None if a custom Query isn't used.
See also BaseDatabaseFeatures.uses_custom_query_class, which regulates See also BaseDatabaseFeatures.uses_custom_query_class, which regulates
whether this method is called at all. whether this method is called at all.
""" """