Commit 6243b44e authored by Michal Čihař's avatar Michal Čihař

Disable atomic requests with SQLite it seems to cause troubles in testsuite

parent 2c19f3f2
......@@ -59,8 +59,6 @@ DATABASES = {
'HOST': '127.0.0.1',
# Set to empty string for default. Not used with sqlite3.
'PORT': '',
# We want transactions on SQLite
'ATOMIC_REQUESTS': True,
}
}
......
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