1 | Traceback (most recent call last):
|
---|
2 | File "c:\checkout\dev_sandbox\django\django\template\__init__.py" in render_node
|
---|
3 | 718. result = node.render(context)
|
---|
4 | File "c:\checkout\dev_sandbox\django\django\template\__init__.py" in render
|
---|
5 | 768. output = self.filter_expression.resolve(context)
|
---|
6 | File "c:\checkout\dev_sandbox\django\django\template\__init__.py" in resolve
|
---|
7 | 561. obj = resolve_variable(self.var, context)
|
---|
8 | File "c:\checkout\dev_sandbox\django\django\template\__init__.py" in resolve_variable
|
---|
9 | 646. current = current[bits[0]]
|
---|
10 | File "c:\checkout\dev_sandbox\django\django\db\models\query.py" in __getitem__
|
---|
11 | 148. return list(self._clone(_offset=k, _limit=1))[0]
|
---|
12 | File "c:\checkout\dev_sandbox\django\django\db\models\query.py" in __iter__
|
---|
13 | 107. return iter(self._get_data())
|
---|
14 | File "c:\checkout\dev_sandbox\django\django\db\models\query.py" in _get_data
|
---|
15 | 455. self._result_cache = list(self.iterator())
|
---|
16 | File "c:\checkout\dev_sandbox\django\django\db\models\query.py" in iterator
|
---|
17 | 180. cursor.execute("SELECT " + (self._distinct and "DISTINCT " or "") + ",".join(select) + sql, params)
|
---|
18 | File "c:\checkout\dev_sandbox\django\django\db\backends\util.py" in execute
|
---|
19 | 12. return self.cursor.execute(sql, params)
|
---|
20 | File "c:\checkout\dev_sandbox\django\django\db\backends\sqlite3\base.py" in execute
|
---|
21 | 92. return Database.Cursor.execute(self, query, params)
|
---|
22 |
|
---|
23 | OperationalError at /
|
---|
24 | no such column: count
|
---|