Well, what should I say: UPS.

This commit is contained in:
Florian Apolloner 2015-05-24 17:33:44 +02:00
parent 43b2d88a5b
commit 92f37e5f5f
1 changed files with 0 additions and 1 deletions

View File

@ -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()