Metadata-Version: 1.1
Name: django-next-prev
Version: 1.0.0
Summary: Configurable search for django models
Home-page: https://github.com/gregplaysguitar/django-next-prev
Author: Greg Brown
Author-email: greg@gregbrown.co.nz
License: BSD License
Description: Django utility to retrieve the next or previous object, given a current
        object and a queryset.
        
        See http://gregbrown.co.nz/code/django-next-prev/ for more details.
        
        |Circle CI| |codecov| |Latest Version|
        
        Installation
        ------------
        
        Download the source from https://pypi.python.org/pypi/django-next-prev/
        and run ``python setup.py install``, or:
        
        ::
        
            > pip install django-next-prev
        
        Django 1.8 or higher is required.
        
        Quick start
        -----------
        
        .. |Circle CI| image:: https://circleci.com/gh/gregplaysguitar/django-next-prev.svg?style=svg
           :target: https://circleci.com/gh/gregplaysguitar/django-next-prev
        .. |codecov| image:: https://codecov.io/gh/gregplaysguitar/django-next-prev/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/gregplaysguitar/django-next-prev
        .. |Latest Version| image:: https://img.shields.io/pypi/v/django-next-prev.svg?style=flat
           :target: https://pypi.python.org/pypi/django-next-prev/
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: Django
