Loading django/db/backends/postgresql_psycopg2/base.py +0 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,6 @@ class DatabaseWrapper(BaseDatabaseWrapper): if conn_timezone_name != self.timezone_name: cursor = self.connection.cursor() try: print "UPS" cursor.execute(self.ops.set_time_zone_sql(), [self.timezone_name]) finally: cursor.close() Loading Loading
django/db/backends/postgresql_psycopg2/base.py +0 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,6 @@ class DatabaseWrapper(BaseDatabaseWrapper): if conn_timezone_name != self.timezone_name: cursor = self.connection.cursor() try: print "UPS" cursor.execute(self.ops.set_time_zone_sql(), [self.timezone_name]) finally: cursor.close() Loading