django-jinja 2.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Wed, 23 Dec 2015 10:50:41 +0000

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-jinja_2.1.1-1.dsc 2.1 KiB a7a16b6b10ab8dc63bcc8a34d54c7eca033a68eb19eab3f0fbbc7bc17a14a67c
django-jinja_2.1.1.orig.tar.gz 15.3 KiB 2e382d8f65f8c5f03789cf6ff112f5ce5df5ba602eb34c910daaf1148993bf89
django-jinja_2.1.1-1.debian.tar.xz 2.6 KiB da6f128e5fa1fd24617a50e636aafe67971ac2addde7f0998aee81e9fd4948af

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.