FileSize | 17420 |
MD5 | E09EF8A493E31F3466CBF0F6156DDDF1 |
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.5.0-1 |
SHA-1 | 2863859529C0E499C1AA82CA79AF6104A6C57C4D |
SHA-256 | EAEA2193938F0160F9E9894C162A5CBD2F0471E58E8EE55AE279B657535F6F43 |