Jose Juan Montes
Jose Juan Montes
When using django-simple-rest resources under Django 1.8, I'm observing the following warning: > lib\site-packages\simple_rest\response.py:105: RemovedInDjango19Warning: `request.REQUEST` is deprecated, use `request.GET` or `request.POST` instead. > format = request.REQUEST.get('_format', None) or format
From #100, negative values are not shown by the pie chart. Possibilities: 1. At least inform the user that N slices are missing due to negative values 2. Shown as...
1) Always, if only one aggregate available, select it by default. 2) Otherwise, if record_count available, select it by default (configurable). 3) Otherwise do not select an aggregate or select...
I'm using the following code to walk a filesystem: `for (path, info) in remote_fs.walk.info(namespaces=['details']):` It contains a broken symbolic link, and thus `fstat()` fails, and interrupts the walk process with...
Launching Cubes server currently requires creating a config object. Ideally, an API entry point would be provided for use cases when the server needs to be started from code.
The example `model_browser` fails with: ``` File "/home/jjmontes/git/cubes-master/examples/model_browser/application.py", line 32, in report mapper = browser.mapper AttributeError: 'SQLBrowser' object has no attribute 'mapper' ``` An attempt to fix this was #305....
This one carries major changes, but at least model and sqlite database are ready to use out of the box.