[django-evolution] r166 committed - Added fix for v1.1 support under SQLite3.

2 views
Skip to first unread message

codesite...@google.com

unread,
Aug 15, 2009, 2:23:57 AM8/15/09
to django-evolu...@googlegroups.com
Revision: 166
Author: freakboy3742
Date: Fri Aug 14 23:23:44 2009
Log: Added fix for v1.1 support under SQLite3.
http://code.google.com/p/django-evolution/source/detail?r=166

Modified:
/trunk/django_evolution/db/sqlite3.py

=======================================
--- /trunk/django_evolution/db/sqlite3.py Thu Apr 30 04:24:56 2009
+++ /trunk/django_evolution/db/sqlite3.py Fri Aug 14 23:23:44 2009
@@ -90,6 +90,7 @@
self.fields = field_list # Required for Pre QS-RF support
self.db_tablespace = None
self.managed = True
+ self.proxy = False

class FakeModel(object):
def __init__(self, table_name, field_list):

Reply all
Reply to author
Forward
0 new messages