New issue 110 by tilldu: SQLMutation should accept or reject if sql is a
string and not a list
http://code.google.com/p/django-evolution/issues/detail?id=110
What steps will reproduce the problem?
1. SQLMutation('foo', 'update ...')
What is the expected output? What do you see instead?
I use django_evolution version 166.
Attachments:
django-evolution-sql-to-list.patch 486 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I forgot to say:
A patch is attached. If you don't want to support both (list of sql-strings
and
strings), please raise an exception if sql is a instance of basestring.