django-jinja 2.3.1-1 source package in Ubuntu

Changelog

django-jinja (2.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version (no changes).

 -- Edward Betts <edward@4angle.com>  Thu, 05 Oct 2017 09:42:09 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-jinja_2.3.1-1.dsc 2.1 KiB 20ed9bb4812b4a0011730231e8d0164660e78969af0873f3705a64085b04ff03
django-jinja_2.3.1.orig.tar.gz 15.6 KiB ebfde44cb716e57a9cdff6c1a4935fc49c7419ea4cd0b2b89bcecc696b9c0c86
django-jinja_2.3.1-1.debian.tar.xz 2.7 KiB 2251a81056a1768a857d22e4dbda1c30da8a4afd9466aea891db528750584617

Available diffs

No changes file available.

Binary packages built by this source

python-django-jinja: Jinja2 templating language integrated in Django

 Jinja2 provides certain advantages over the native system of Django, for
 example, explicit calls to callable from templates, has better performance
 and has a plugin system
 .
 Features:
 .
    * Auto-load templatetags compatible with Jinja2 on same way as Django.
    * Django templates can coexist with Jinja2 templates without any problems.
      It works as middleware, intercepts Jinja templates by file path pattern.
    * Django template filters and tags can mostly be used in Jinja2 templates.
    * I18n subsystem adapted for Jinja2 (makemessages now collects messages
      from Jinja templates)
    * Compatible with python2 and python3 using same codebase.
    * jinja2 bytecode cache adapted for use django cache subsystem.

python3-django-jinja: Jinja2 templating language integrated in Django (Python 3 version)

 Jinja2 provides certain advantages over the native system of Django, for
 example, explicit calls to callable from templates, has better performance
 and has a plugin system
 .
 Features:
 .
    * Auto-load templatetags compatible with Jinja2 on same way as Django.
    * Django templates can coexist with Jinja2 templates without any problems.
      It works as middleware, intercepts Jinja templates by file path pattern.
    * Django template filters and tags can mostly be used in Jinja2 templates.
    * I18n subsystem adapted for Jinja2 (makemessages now collects messages
      from Jinja templates)
    * Compatible with python2 and python3 using same codebase.
    * jinja2 bytecode cache adapted for use django cache subsystem.
 .
 This package contains django-jinja for Python 3.