Iuri de Silvio
Iuri de Silvio
I need to use basic auth. To do it, I had to make some hacks: https://gist.github.com/iurisilvio/5328738
I can't sort based on `entity.id`. It is related with #48.
If a relationship entity don't exist, the admin list cell has a `None` value. I guess it should be an empty cell.
When using Flask-SQLAlchemy, it is possible to get session information from `app`. Makes sense to create an easy integration to it, but `ModelAdmin` does not have an `app` reference. ```...
When I run nose from project root, it discovers 12 tests (only `test_base.py`). When I run nose from `flask_superadmin`, it discovers 25 tests. I have no idea why it is...
Some tasks have input parameters. I didn't found an easy way to add this feature to this plugin.
I discovered today after a version upgrade and some debugging, flask-mail changed `DEFAULT_MAIL_SENDER` to `MAIL_DEFAULT_SENDER`. It should be explicit in changelog. In changelog you have `Changed configuration options to be...
It breaks cssrewrite filter, because my blueprint has a `url_prefix` with a `` and `url_for` needs the `url_defaults` to build the URL.
I want to make a mysqldump to CSV. It generate a folder with some text files. I want to compress this folder and send it to S3. `mysqldump -T /some/path...
Issues #18 and #19 are related to the same problem. The demo.htm file has a broken example. It works only with `items_per_page=1`, so it proves almost nothing about this plugin...