Metadata-Version: 2.0
Name: django-anylink
Version: 0.3.0
Summary: Generic links for Django models.
Home-page: https://github.com/moccu/django-anylink/
Author: Moccu GmbH & Co. KG
Author-email: info@moccu.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
Requires-Dist: Django (>=1.6)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage (==4.0); extra == 'tests'
Requires-Dist: mock (==1.3.0); extra == 'tests'
Requires-Dist: pep8 (==1.6.2); extra == 'tests'
Requires-Dist: py (>=1.4.26); extra == 'tests'
Requires-Dist: pyflakes (>=1.0.0); extra == 'tests'
Requires-Dist: pytest (>=2.8.0); extra == 'tests'
Requires-Dist: pytest-cache (>=1.0); extra == 'tests'
Requires-Dist: pytest-cov (>=2.1.0); extra == 'tests'
Requires-Dist: pytest-django (==2.8.0); extra == 'tests'
Requires-Dist: pytest-flakes (==1.0.1); extra == 'tests'
Requires-Dist: pytest-pep8 (==1.0.6); extra == 'tests'
Requires-Dist: tox; extra == 'tests'

==========================
Generic linking for Django
==========================

.. image:: https://badge.fury.io/py/django-anylink.png
    :target: http://badge.fury.io/py/django-anylink
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/moccu/django-anylink.png
   :target: https://travis-ci.org/moccu/django-anylink
   :alt: Latest Travis CI build status

.. image:: https://coveralls.io/repos/moccu/django-anylink/badge.svg
  :target: https://coveralls.io/github/moccu/django-anylink
  :alt: Coverage of master build

.. image:: https://readthedocs.org/projects/django-anylink/badge/?version=latest
    :target: https://readthedocs.org/projects/django-anylink/?badge=latest
    :alt: Latest read the docs build


`django-anylink` is a generic linking module for Django. Using this module, you
can create links for many usecases.


Installation & Documentation
----------------------------

You can find all documentation in the "docs/source" folder and online at
All documentation is in the "docs/source" directory and online at
`Read the Docs <https://readthedocs.org/projects/django-anylink/>`_.


License
-------

*django-anylink* is licenced under the BSD License (see LICENSE).


Resources
---------

* `Documentation <https://readthedocs.org/projects/django-anylink/>`_
* `Bug Tracker <https://github.com/moccu/django-anylink/issues/>`_
* `Code <https://github.com/moccu/django-anylink>`_


Changes
=======

0.3.0 (2015-09-22)
------------------

* Add support for django 1.8 and python3.5
* drop support for django 1.5


0.2.0 (2015-03-30)
------------------

* Integrate Travis CI.
* Allow customization of admin form.
* Ensure the admin widget is not recognized as hidden input.
* Add ``ANYLINK_ALLOW_MULTIPLE_USE`` setting to enable reusability of AnyLink objects.
* We don't check Python 3.3 anymore.
* Added Dutch and German translations.


0.1.0 (2014-06-17)
------------------

* Initial release for the public.

Contains the following features:

* Generic linking in Django
* Support for TinyMCE
* Supports Python 2.7, 3.3, 3.4, PyPy and Django 1.5+


