Commit faaae8b7 authored by Zaytsev Dmitriy's avatar Zaytsev Dmitriy

remove useless brackets

parent 7fa26ab2
......@@ -55,7 +55,7 @@ class QueryAjaxModelLoader(AjaxModelLoader):
if not model:
return None
return (getattr(model, self.pk), as_unicode(model))
return getattr(model, self.pk), as_unicode(model)
def get_one(self, pk):
# prevent autoflush from occuring during populate_obj
......
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