Metadata-Version: 2.0
Name: mysociety-django-sluggable
Version: 0.2.7
Summary: Slug your multiple models and manage redirections
Home-page: http://github.com/mysociety/django-sluggable
Author: Matthew Somerville
Author-email: matthew@mysociety.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities

django-sluggable
================

.. image:: https://secure.travis-ci.org/mysociety/django-sluggable.png?branch=master
    :alt: Build Status
    :target: http://travis-ci.org/mysociety/django-sluggable


django-sluggable is a library to manage your slugs and redirect old slugs
to a new one. With this library, you will have the plain history of your operations.

Compatibility
-------------

This library is compatible with:

- python2.6, django1.5
- python2.6, django1.6
- python2.7, django1.5
- python2.7, django1.6
- python2.7, django1.7
- python2.7, django1.8
- python3.3, django1.5
- python3.3, django1.6
- python3.3, django1.7
- python3.3, django1.8
- python3.4, django1.5
- python3.4, django1.6
- python3.4, django1.7
- python3.4, django1.8

Installation
------------

To install it, simply ::

    pip install mysociety-django-sluggable

Documentation
-------------

For documentation, usage, and examples, see:
http://django-sluggable.readthedocs.org

Inspiration
-----------

Some code are from django-autoslug_ and old codebase of Ulule by twidi_.

A big thanks to them.

.. _django-autoslug: https://pypi.python.org/pypi/django-autoslug
.. _twidi: https://github.com/twidi


