Maxime Haineault
Maxime Haineault
Therefor you cannot do this in templates ``` {% mobiladmin:index %} {% mobiladmin:app_model_change object.id %} ``` To resolve the issue simply add this to the MobileAdminSite class in sites.py: ```...
> Fixed unhandled exception when a page param is sent to an object list page which doesn't have enough objects to be paginated Thanks !
I couldn't get the project working with sphinx/rst, only the graph type worked. After switching the html node type to "pre" it finally worked for all graph types.
Changed: SCORES = ( (u'+1', +1), (u'-1', -1), ) to: SCORES = ( (+1, u'+1'), (-1, u'-1'), ) Because the object wouldn't save otherwise.
Would be nice ..