Re: Postgres function json_array_elements does not found while django's tests

2014-12-15 Thread Volodymyr B
*Solved* Mistake in query json_array_elements(animated_groups) Needs change to this: json_array_elements(animated_groups::json) On Friday, 14 November 2014 17:14:18 UTC, Volodymyr B wrote: > > Hi all > > > I have class method in django model which is use json_array_elements >

Postgres function json_array_elements does not found while django's tests

2014-11-14 Thread Volodymyr B
Hi all I have class method in django model which is use json_array_elements function. In case when it performs by browser it works fine. But in tests it fails with: python manage.py test Traceback (most recent call last): File "path_to_project/dj_server/model_animations/*tests.py*", line 9