MCPcopy
hub / github.com/django/django / get_database_version

Method get_database_version

django/db/backends/mysql/base.py:211–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 validation_class = DatabaseValidation
210
211 def get_database_version(self):
212 return self.mysql_version
213
214 def get_connection_params(self):
215 kwargs = {

Callers 4

as_sqliteMethod · 0.45
as_sqliteMethod · 0.45

Calls

no outgoing calls

Tested by 2