FileSize | 17392 |
MD5 | 8D7D8513BB5E7E8CE84EB12A68F31034 |
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.4.2-1 |
SHA-1 | A37D26D11834B7CF8C9477BCD787FE8E03CE7FF8 |
SHA-256 | 49D29FBD4D2EC53660B59074607B3F240F901CE09472E0309C7CF85F6D61C7B9 |