django1/django/db/backends
Aymeric Augustin 7b8529d206 Removed duplicate caching of mysql_version.
The manual caching in self.server_version and the cached_property
decorator are redundant.
2013-02-18 22:13:05 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Removed duplicate caching of mysql_version. 2013-02-18 22:13:05 +01:00
oracle Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
postgresql_psycopg2 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
sqlite3 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
__init__.py Fixed #15119 -- Stopped pinging the MySQL server. 2013-02-18 22:12:19 +01:00
creation.py Moved import in db.backends.creation 2013-02-08 10:01:56 +01:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00