django1/django/db
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
..
backends Removed duplicate caching of mysql_version. 2013-02-18 22:13:05 +01:00
models Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
__init__.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
transaction.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
utils.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00