Jan Pieter Waagmeester

Results 23 issues of Jan Pieter Waagmeester

if non-paginated, it can be cast to list before calling `len()`

feature request

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'))`

feature request

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...

bug
accepted

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...

In the readme, the preview points to `acetate-base`, but the url template has `acetate-base`, which does not work.