FileSize | 16728 |
MD5 | 12214AFFB5BC0AE1596E64A32E9FEA67 |
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.0-1 |
SHA-1 | 0573DFE992C88C1FF8343643AB7B7922BF6B9EA0 |
SHA-256 | 87F8887FBA3AD12F7F5EDEDCBA1F287140ED304DBF170227D312E060100DD902 |