{ "info": { "author": "Keryn Knight", "author_email": "django-templateselector@kerynknight.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "django-templateselector\n=======================\n\n:author: Keryn Knight\n:version: 0.2.5\n\n.. |travis_stable| image:: https://travis-ci.org/kezabelle/django-template-selector.svg?branch=0.2.5\n :target: https://travis-ci.org/kezabelle/django-template-selector\n\n.. |travis_master| image:: https://travis-ci.org/kezabelle/django-template-selector.svg?branch=master\n :target: https://travis-ci.org/kezabelle/django-template-selector\n\n============== ======\nRelease Status\n============== ======\nstable (0.2.5) |travis_stable|\nmaster |travis_master|\n============== ======\n\n\n.. contents:: Sections\n :depth: 2\n\nWhat it does\n------------\n\nProvides a new model field, ``fields.TemplateField`` which allows for selection\nof a specific `Django`_ template using a nice form field (``fields.TemplateChoiceField``)\nand a nicer widget (``widgets.TemplateSelector``) than the standard ``