django-fernet-fields · PyPI
https://pypi.org/project/django-fernet-fields10.05.2019 · Fernet symmetric encryption for Django model fields, using the cryptography library.. django-fernet-fields supports Django 1.11 and later on Python 2.7, 3.5, 3.6, 3.7, pypy, and pypy3.. Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend with support for BinaryField should work.
django-datatables-view · PyPI
https://pypi.org/project/django-datatables-view20.11.2019 · order_columns - list of column names used for sorting (eg. if user sorts by second column then second column name from this list will be used with order by clause). If not defined then django_datatables_view will look for ‘name’ in the columns definition provided in the request by DataTables, eg.: columnDefs: [{name: ‘name’, targets: [0]} (only works for datatables 1.10+)