FileSize | 13942 |
MD5 | 1E22C28D3887C9995FD09D7491C62F75 |
PackageDescription | custom Django field for easy use of markup in text fields
An implementation of a custom MarkupField for Django. A MarkupField is in
essence a TextField with an associated markup type. The field also caches
its rendered value.
.
It supports these markup types by default:
* html: allows HTML, potentially unsafe
* plain: plain text markup, calls urlize and replaces text with linebreaks
And these markups if the appropriate Python module is installed:
* markdown: default markdown renderer (requires python-markdown)
* restructuredtext: default ReST renderer (requires python-docutils)
* textile: default textile renderer (requires python-textile) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-django-markupfield |
PackageSection | python |
PackageVersion | 1.0.2-1 |
SHA-1 | 50E351F68E1BEBB3C334680161E68121DBB182BD |
SHA-256 | 4D84251B85ECC2AF25D27F58FBAA9D0EFC803B69427FC6936586561DDFE806DA |