you can return a dict containing a list dict(a=[....]) and write your own view .json.
On Apr 14, 6:19 pm, Thadeus Burgess <[email protected]> wrote: > To be able to use jQuery fullCalendar with a json data store, we need > the ability to return an array that is the json instead of a dict. > > Currently, you can only return a dict from your view, but not a list > that can be encoded in the format that fullCalendar supports. > > -- > Thadeus

