Kaydet (Commit) 15f2d87c authored tarafından Mads Jensen's avatar Mads Jensen Kaydeden (comit) Tim Graham

Removed unneeded __init__() in PostgreSQL DatabaseWrapper.

üst 1b86088f
......@@ -139,10 +139,8 @@ class DatabaseWrapper(BaseDatabaseWrapper):
features_class = DatabaseFeatures
introspection_class = DatabaseIntrospection
ops_class = DatabaseOperations
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self._named_cursor_idx = 0
# PostgreSQL backend-specific attributes.
_named_cursor_idx = 0
def get_connection_params(self):
settings_dict = self.settings_dict
......
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