=====
* CouchDB backend added.
* Redis: Automatically cast port argument to int.
* Beanstalk: Now properly implements ``queue.purge``.
* Django dependency removed.
:class:`collections.OrderedDict` is used instead of
`django.utils.datastructures.SortedDict` when running on Python 2.7.
If running on an older Python version, the :mod:`odict` package is added
as a dependency.
* Now depends on the :mod:`uuid` module.
The :mod:`uuid` module was added to Python 2.5. If running on older
versions the compat package is added as a dependency.