From af5e4b82c51b50d2071ffdb2397c1cc5ba8b50b1 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 15 Dec 2012 15:51:24 +0100 Subject: Fixed unicode errors. All strings are now sent to sqlalchemy as unicode objects, and received as str objects. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 386c6dd..77b2ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.pyc /config /cache +/*.db -- cgit v1.2.3