Django-listable

Latest version: v0.8.10

Safety actively analyzes 688587 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.8.8

------------------

* Improved page performance by reducing `queryset.count()` calls.

* Added ``get_{field}_choices`` to allow for custom select and multi-select dropdown choices.

0.8.7

------------------

* Allow specifying ``nulls_first`` and ``nulls_last`` behaviour in the ``order_fields`` options. For
example:

.. code-block:: python

class SomeListableView(BaseListableView):
order_fields = {
"some_field": {
"desc": {"nulls_last": True},
"asc": {"nulls_fist": True},
}
}

0.8.6

------------------

* Fix issue with filters containing Unicode characters that contain surrogate pairs

0.8.5

------------------

* Fix issue with filters containing Unicode characters

0.8.3

------------------

* Add support for "Live Filters".

0.8.2

------------------

* Django 4.x compatibility

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.