Tobias von Klipstein

Results 14 issues of Tobias von Klipstein

I've been working on getting charting support integrated into dojango. This is an initial upload to get some feedback. It supports all the basic 2D charts. The pie chart is...

Grid.startup() is called at creation, this is fine in many cases. However if you have a tab setup and the grid is not displayed in the visible tab at startup...

Since the current extract function only allowed arguments to go on a single line I wrote this to allow multiline arguments. def extract_multiline_nodelist_options(nodelist, context=None): """ Returns a dict containing the...

The view will not correctly return the json response. The model introspection in the template tag will also most likely fail. Original link: http://code.google.com/p/dojango/issues/detail?id=11