Metadata-Version: 2.4
Name: django-anylink
Version: 3.0.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
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 :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
License-File: LICENSE
Requires-Dist: Django<6
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cache; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-flakes; extra == "tests"
Requires-Dist: pytest-pycodestyle; extra == "tests"
Requires-Dist: pytest-isort; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: tox; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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

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

.. image:: https://github.com/moccu/django-anylink/workflows/Tests/badge.svg?branch=master
    :target: https://github.com/moccu/django-anylink/actions?query=workflow%3ATests
    :alt: Latest GitHub Actions build status

.. image:: https://codecov.io/gh/moccu/django-anylink/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/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/>`_.

Supported versions
------------------
The latest release of `django-anylink` works with Python 3.6+ and supports Django 1.11.


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
=======

3.0.0 (2026-01-12)
------------------

* Add support for Django 4.2 and 5.2
* Add support for Python 3.10 and 3.11
* Drop support for Django < 3.2
* Drop support for Python < 3.10


2.0.1 (2022-04-29)
------------------

* Add support for Django 3.2 and Python 3.9


2.0.0 (2020-10-30)
------------------

* Add support for Django 2.1 and 2.2
* Drop support for Python < 3.6


1.0.0 (2018-06-19)
------------------

* Add support for Django 2
* Drop support for Python < 2.7
* Drop support for Django < 1.11


0.4.2 (2016-11-24)
------------------

* Fix AddOrChangeWidget for Django 1.9


0.4.1 (2016-10-04)
------------------

* Fix translation
* Improve message formatting for multi link warning
* Order link_type choices alphabetically to avoid redundant migrations
* Update documentation


0.4.0 (2016-05-11)
------------------

* Add support for django 1.9
* Use SVG if django-version is greater than 1.8


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+
