Commit 623baed9 by Natalia Bidart

Fixed typo.

parent d3512037
......@@ -18,7 +18,7 @@ class Migration(DataMigration):
"Write your forwards methods here."
if getattr(connection.features,
'autocommits_when_autocommit_is_off', False):
# lilely sqlite3 with django 1.6 and above
# likely sqlite3 with django 1.6 and above
with transaction.autocommit():
self.add_account_verified_permission(orm)
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment