Fix flake.

This commit is contained in:
Friedrich Lindenberg
2014-05-12 19:44:15 +02:00
parent d56b767479
commit fcbaf977c0
+1 -1
View File
@@ -27,7 +27,7 @@ class JSONSerializer(Serializer):
result = {
'count': self.query.count,
'results': result
}
}
meta = self.export.get('meta', {})
if meta is not None:
result['meta'] = meta