FileSize | 14098 |
MD5 | 4C6505F33FF02D8FABF58775068CB0C1 |
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-2 |
SHA-1 | 78573565D28899D2996AB3DE3C5B650251D3381F |
SHA-256 | 51A6FD6363582CD8C4E43B0179DB8CE4DE2AE7933B3CECB3343AB1F60C924C4F |