Kaydet (Commit) 3b765029 authored tarafından Marc Tamlyn's avatar Marc Tamlyn

Fix a2dd618e for mysql.

üst ecbabc21
......@@ -111,7 +111,7 @@ class SQLFuncFactory(object):
return SQLFunc(self.name, *args, **kwargs)
class CustomField(models.Field):
class CustomField(models.TextField):
def get_lookup(self, lookup_name):
if lookup_name.startswith('lookupfunc_'):
......
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