Skip to main content

Implement sorting for ListView columns without changing your views.

Project description

https://badge.fury.io/py/django_resort.png https://travis-ci.org/alixedi/django_resort.png?branch=master https://pypip.in/d/django_resort/badge.png

Implement sorting for ListView columns without changing your views.

Installation

Get it from the cheeseshop:

pip install django_resort

Usage

Read on:

  1. Include django_resort in your INSTALLED_APPS settings.

  2. Load the tags:

    {% load resort %}
  3. Jut before the for loop iterating through the object_list, include:

    {% auto_sort object_list %}
    {% for object in object_list %}
  4. In your table header:

    <th>{% sort_link field.verbose_name|title field.name %}</th>

Credits

This project is primarily based upon django-sorting which it seems is no longer actively maintained as I could not get it to install using pip.

History

0.1.0 (2013-12-3)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_resort-0.1.0.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file django_resort-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django_resort-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f367827f3d75ca781fa1ad2ebc2b9c26a43e8185aee821fbe598b8755124445c
MD5 b12ff4805b9466377525d49c0615beb3
BLAKE2b-256 dbcd2f6bef16d3eeeaf2d9169c1d9cf9ba32c467a83fa2c904d0c01f36a7f62b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page