{ "info": { "author": "Ali Zaidi", "author_email": "alixedi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=============================\ndjango_resort\n=============================\n\n.. image:: https://badge.fury.io/py/django_resort.png\n :target: http://badge.fury.io/py/django_resort\n \n.. image:: https://travis-ci.org/alixedi/django_resort.png?branch=master\n :target: https://travis-ci.org/alixedi/django_resort\n\n.. image:: https://pypip.in/d/django_resort/badge.png\n :target: https://crate.io/packages/django_resort?version=latest\n\n\nImplement sorting for ListView columns without changing your views.\n\nInstallation\n------------\n\nGet it from the cheeseshop: ::\n\n\tpip install django_resort\n\nUsage\n-----\n\nRead on:\n\n1. Include `django_resort` in your `INSTALLED_APPS` settings.\n\n2. Load the tags: ::\n\n\t{% load resort %}\n\n3. Jut before the for loop iterating through the object_list, include: ::\n\n {% auto_sort object_list %}\n {% for object in object_list %}\n\n4. In your table header: ::\n\n\t