Commit 92f37e5f authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Well, what should I say: UPS.

parent 43b2d88a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()