scripts/__init__.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Mon, 17 Aug 2009 18:43:23 +0200
changeset 2779 db04432cb99a
parent 28 22d872615893
permissions -rw-r--r--
Argument to_json added to json function in Base view. Its value (which should be a boolean) determines if the data should be converted to a JSON object. Therefore if someone has already a JSON string and wants to return it in a HTTP response, he or she may set to_json=False and the object will not be converted.