Commit 05cf72ba authored by Luke Plant's avatar Luke Plant
Browse files

Very small docstring correction.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1ac2bb9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -792,7 +792,7 @@ class BaseDatabaseOperations(object):
        This is used on specific backends to rule out known aggregates
        that are known to have faulty implementations. If the named
        aggregate function has a known problem, the backend should
        raise NotImplemented.
        raise NotImplementedError.
        """
        pass