Commit 25ce177e authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Added missing method in the dummy database backend.

parent e2ee02c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,3 +71,6 @@ class DatabaseWrapper(BaseDatabaseWrapper):
        self.creation = DatabaseCreation(self)
        self.introspection = DatabaseIntrospection(self)
        self.validation = BaseDatabaseValidation(self)

    def is_usable(self):
        return True