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.

Supported by

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