Loading django/db/backends/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
django/db/backends/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading