Kaydet (Commit) 25ce177e authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Added missing method in the dummy database backend.

üst e2ee02c5
...@@ -71,3 +71,6 @@ class DatabaseWrapper(BaseDatabaseWrapper): ...@@ -71,3 +71,6 @@ class DatabaseWrapper(BaseDatabaseWrapper):
self.creation = DatabaseCreation(self) self.creation = DatabaseCreation(self)
self.introspection = DatabaseIntrospection(self) self.introspection = DatabaseIntrospection(self)
self.validation = BaseDatabaseValidation(self) self.validation = BaseDatabaseValidation(self)
def is_usable(self):
return True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment