Daniel Bate

Results 5 comments of Daniel Bate

Hi @lenak25, Sadly this isn't really possible as we need pandas > 0.20 as part of our `handle_data` function. We could start a separate process running in a separate env...

Hi @lenak25 I have been trying to run the tests to see if I could take a look at upping pandas. Running `nosetest` it seems to hang for a really...

Hi @MidoCobra, I would say you wouldn't want to disable csrf protection as a workaround. This sounds like its an error in the chrome extension, maybe its stripping some cookies...

Hi @fmatray, We don't support it out the box but you could update the widget template (`star_ratings/widget.html`). The base widget can be found [here](https://github.com/wildfish/django-star-ratings/blob/develop/star_ratings/templates/star_ratings/widget_base.html). I think we could probably do...

We haven't written a jinja extension for this yet. If you wanted to write one we would be happy to accept the pull request. This link may be useful http://jinja.pocoo.org/docs/dev/extensions/.