FileSize | 13186 |
MD5 | 22D1680017CB968026A48BB3280CE875 |
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.0a2-1 |
SHA-1 | 711FDB3029CCC305D10529B3D9D79F290C598255 |
SHA-256 | 56E98C2B462F0541D0ECBA2932E090B26493D70662205620342EFF37A6017E70 |