django-markupfield 1.4.2-1 source package in Ubuntu

Changelog

django-markupfield (1.4.2-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.0.0.

 -- Michael Fladischer <email address hidden>  Tue, 20 Jun 2017 09:34:15 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-markupfield_1.4.2-1.dsc 2.0 KiB 7562c0430def7095f99d05456190d84addbd3e72ca3c0668ff9afa94d4943e27
django-markupfield_1.4.2.orig.tar.gz 15.4 KiB 3a32404590b1718244d0d29bebae51d97826be6642425d2de744d67da6973ef3
django-markupfield_1.4.2-1.debian.tar.xz 4.3 KiB 92d79a6b7983696d3303b1fad6276fbcbb39b036c1ff0266302d75767edd26ac

Available diffs

No changes file available.

Binary packages built by this source

python-django-markupfield: 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)

python3-django-markupfield: 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.