{ "info": { "author": "Praekelt Consulting", "author_email": "dev@praekelt.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Link\n===========\n**Modeled link objects which include linking to objects, views and static urls.**\n\n.. image:: https://travis-ci.org/praekelt/django-link.svg?branch=develop\n :target: https://travis-ci.org/praekelt/django-link\n\n.. image:: https://coveralls.io/repos/github/praekelt/django-link/badge.svg?branch=develop\n :target: https://coveralls.io/github/praekelt/django-link?branch=develop\n\n.. contents:: Contents\n :depth: 5\n\nInstallation\n------------\n\n#. Install or add ``django-link`` to your Python path.\n\n#. Add ``link`` to your ``INSTALLED_APPS`` setting.\n\n#. Add ``url(r'^link/', include(\"link.urls\", namespace=\"link\"))`` to your ``url patterns`` (only required if you intend on using the list/detail views)\n\nNote: ``django-link`` relies on ``\"django.contrib.contenttypes\"`` framework so\nthis will need to be included in your ``INSTALLED_APPS`` setting.\n\nUsage\n-----\n\n``django-link`` provides a model to add links to your projects. It provides a ``get_absolute_url``\nmethod on the model which provides the url to either of these url types:\n\n#. Standard url string.\n\n#. Link to an ``object`` provided by the contenttype framework.\n\n#. Link to a pre-existing view with configurable view params.\n\nTo use include the link object in the context of your view and include the following code:\n``{{ link.get_absolute_url }}``\n\nOr use the inclusion tag which has been provided:\n``{% render_link slug %}``\n\nTo exclude certain apps from the view name choice field add the namespace in your settings:\n``LINK = {\"excluded-viewname-choices\": [\"admin\"]}``\n\nLicense\n-------\n\nPlease see the License requirements in the LICENSE file of this repository.\n\nAuthors\n=======\n\nPraekelt Consulting\n-------------------\n* Jonathan Bydendyk\n\nChangelog\n=========\n\n2.0.0\n-----\n#. Add missing migrations.\n#. String representation for Python 3.\n#. Django 2 compatibility.\n\n0.1.1\n-----\n#. Django 1.11 support.\n\n0.1.0\n-----\n#. Initial release.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/praekelt/django-link", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-link", "package_url": "https://pypi.org/project/django-link/", "platform": "", "project_url": "https://pypi.org/project/django-link/", "project_urls": { "Homepage": "http://github.com/praekelt/django-link" }, "release_url": "https://pypi.org/project/django-link/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "Modeled link objects which include linking to objects, views and static urls.", "version": "2.0.0" }, "last_serial": 4711140, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7c7f34941b78e49fe3deca56854aa9bc", "sha256": "187b319bb1d3765ea90761b3490b94719a3258a978b2863cefdc7232889bfa86" }, "downloads": -1, "filename": "django_link-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "7c7f34941b78e49fe3deca56854aa9bc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 29747, "upload_time": "2017-03-16T11:18:05", "url": "https://files.pythonhosted.org/packages/94/f7/9280c0a823bfc1711a14b8a8bab49e1dffadcaa883b8a96790f0059bf92a/django_link-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b9461854cb8fee218cbe8fe73854fb70", "sha256": "012f380a0394ca51ec5afa05d6ca3daf8846c64a05217a95951620895b350b7a" }, "downloads": -1, "filename": "django_link-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b9461854cb8fee218cbe8fe73854fb70", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16246, "upload_time": "2017-03-16T11:18:10", "url": "https://files.pythonhosted.org/packages/77/48/5bad20153a2844f71e4630f24175cb7cc629ebc480ec7913c5cab40c479e/django_link-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af683de033fef0afa88b7245f191ad6b", "sha256": "38e457e4533448469e2c24208034af2eaa577c8bdb8a41be4fe483ef60291ee6" }, "downloads": -1, "filename": "django-link-0.1.0.tar.gz", "has_sig": false, "md5_digest": "af683de033fef0afa88b7245f191ad6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8999, "upload_time": "2017-03-16T11:18:00", "url": "https://files.pythonhosted.org/packages/39/be/b9de9e1f4e9f2e599deb49bc838c566d8b572596dcf7d67fb4d2b5170976/django-link-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "acdbe6ce9bba41870a7cc2e4cce604e4", "sha256": "7ed378e94e8bfeab1ab206cf1f22ff2e6d940c454839f8822b85454d0fdeaf67" }, "downloads": -1, "filename": "django_link-0.1.1-py2.7.egg", "has_sig": false, "md5_digest": "acdbe6ce9bba41870a7cc2e4cce604e4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 31487, "upload_time": "2017-07-06T12:00:54", "url": "https://files.pythonhosted.org/packages/2c/a6/b6292c0d8b729a23e491586a819c35c8115ac1bec5d1be947e9b1cb8f0d4/django_link-0.1.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "776595358900102e2db2294ac8d1ac3f", "sha256": "370cedf3ffaa59c8a3860614117e0b53a986a4c432eae4d4e6f9681f8c20abb0" }, "downloads": -1, "filename": "django-link-0.1.1.tar.gz", "has_sig": false, "md5_digest": "776595358900102e2db2294ac8d1ac3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15626, "upload_time": "2017-07-06T12:00:50", "url": "https://files.pythonhosted.org/packages/76/60/a908380ee436f7c03e952b30e369bfd85ff97dc4bd1362ac78cebc038199/django-link-0.1.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "5568076dded6be021e25aee1ccca31a3", "sha256": "7b159a85d07e4fff12683bc64a00e31ce468778057266f7c5dee9b9eb102ff1c" }, "downloads": -1, "filename": "django_link-2.0.0-py2.7.egg", "has_sig": false, "md5_digest": "5568076dded6be021e25aee1ccca31a3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 49781, "upload_time": "2018-05-10T12:41:23", "url": "https://files.pythonhosted.org/packages/c9/57/ad1915cac528879c68354c08673322ca132598211439210b89e7a9256c77/django_link-2.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a54254f5fc51cacaf585e8044b40cbda", "sha256": "a6b0b5e3f142bb3e82646efe7c7ea2a2b61cd322239aaea78ca6ab67e207e912" }, "downloads": -1, "filename": "django-link-2.0.0.tar.gz", "has_sig": false, "md5_digest": "a54254f5fc51cacaf585e8044b40cbda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23564, "upload_time": "2018-05-10T12:41:20", "url": "https://files.pythonhosted.org/packages/0b/f9/bd49f28f217358eb4446b76a7c2235142188d85fe2584414d2f378af3cba/django-link-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5568076dded6be021e25aee1ccca31a3", "sha256": "7b159a85d07e4fff12683bc64a00e31ce468778057266f7c5dee9b9eb102ff1c" }, "downloads": -1, "filename": "django_link-2.0.0-py2.7.egg", "has_sig": false, "md5_digest": "5568076dded6be021e25aee1ccca31a3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 49781, "upload_time": "2018-05-10T12:41:23", "url": "https://files.pythonhosted.org/packages/c9/57/ad1915cac528879c68354c08673322ca132598211439210b89e7a9256c77/django_link-2.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a54254f5fc51cacaf585e8044b40cbda", "sha256": "a6b0b5e3f142bb3e82646efe7c7ea2a2b61cd322239aaea78ca6ab67e207e912" }, "downloads": -1, "filename": "django-link-2.0.0.tar.gz", "has_sig": false, "md5_digest": "a54254f5fc51cacaf585e8044b40cbda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23564, "upload_time": "2018-05-10T12:41:20", "url": "https://files.pythonhosted.org/packages/0b/f9/bd49f28f217358eb4446b76a7c2235142188d85fe2584414d2f378af3cba/django-link-2.0.0.tar.gz" } ] }