Django-listable

Latest version: v0.9.0

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

Scan your dependencies

Page 1 of 6

0.8.10

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

* Fixed XSS issues and filtering items with quotes

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

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.