FileSize | 12752 |
MD5 | 72900229B67379D278917D1FBA50A6E3 |
PackageDescription | custom Django field for easy use of markup in text fields (Python3 version)
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)
.
This package contains the Python 3 version of the library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-django-markupfield |
PackageSection | python |
PackageVersion | 1.2.1-2+deb8u1build0.15.04.1 |
SHA-1 | 0E4A6C8B8A07086F0372852A7C33DE6A724177F9 |
SHA-256 | DA13F5B9B8A73851C80FFF6F0C726764D5A4F2E36700742DF27F1AB39A686ADC |