{ "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{% sort_link field.verbose_name|title field.name %}\n\nCredits\n-------\nThis 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.\n\n\n\nHistory\n-------\n\n0.1.0 (2013-12-3)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alixedi/django_resort", "keywords": "django_resort", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django_resort", "package_url": "https://pypi.org/project/django_resort/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_resort/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/alixedi/django_resort" }, "release_url": "https://pypi.org/project/django_resort/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Implement sorting for ListView columns without changing your views.", "version": "0.1.0" }, "last_serial": 933745, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b12ff4805b9466377525d49c0615beb3", "sha256": "f367827f3d75ca781fa1ad2ebc2b9c26a43e8185aee821fbe598b8755124445c" }, "downloads": -1, "filename": "django_resort-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b12ff4805b9466377525d49c0615beb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6064, "upload_time": "2013-12-02T11:14:06", "url": "https://files.pythonhosted.org/packages/db/cd/2f6bef16d3eeeaf2d9169c1d9cf9ba32c467a83fa2c904d0c01f36a7f62b/django_resort-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b12ff4805b9466377525d49c0615beb3", "sha256": "f367827f3d75ca781fa1ad2ebc2b9c26a43e8185aee821fbe598b8755124445c" }, "downloads": -1, "filename": "django_resort-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b12ff4805b9466377525d49c0615beb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6064, "upload_time": "2013-12-02T11:14:06", "url": "https://files.pythonhosted.org/packages/db/cd/2f6bef16d3eeeaf2d9169c1d9cf9ba32c467a83fa2c904d0c01f36a7f62b/django_resort-0.1.0.tar.gz" } ] }