Metadata-Version: 2.1
Name: mysociety-django-sluggable
Version: 0.6.1.1
Summary: Slug your multiple models and manage redirections
Home-page: http://github.com/mysociety/django-sluggable
Author: Florent Messa
Author-email: florent.messa@gmail.com
Maintainer: Matthew Somerville
Maintainer-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.

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


