Jan Pieter Waagmeester
Jan Pieter Waagmeester
if non-paginated, it can be cast to list before calling `len()`
As of django 1.8, ordering is also possible by expressions: https://code.djangoproject.com/ticket/6498 It would be useful to allow `name = tables.Column(order_by=Lower('name'))`
Not all attributes of `class Meta` seem to work every time. - `ordering` sometimes is lost - `template_name` is back to the default in one table in the example.
If I accidentally remove a field from a form, but still try to render it using `{% bootstrap_field`, I get an error message which doesn't really help me to track...
Most Leaflet layers have a `getBounds()` function to allow things like `map.fitBounds(layer.getBounds())`.
When using the Custom SQL query view, when accidentally adding a semicolon in the middle of my query, datasette errors with: > # Error 500 > You can only execute...
Just a small fix for the docs
In the readme, the preview points to `acetate-base`, but the url template has `acetate-base`, which does not work.