django-render-block 0.8.1-2 source package in Ubuntu

Changelog

django-render-block (0.8.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in debian/watch.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 15:48:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-render-block_0.8.1-2.dsc 2.1 KiB 0c08c6e52a3b53dfa082aa67d0983e481cde1ea64649cfc42b721819f7eee6b8
django-render-block_0.8.1.orig.tar.gz 8.9 KiB edbc5d444cc50f3eb3387cf17f6f1014bf19d6018f680861cdeae9e0306003fa
django-render-block_0.8.1-2.debian.tar.xz 2.1 KiB 55c24ffdaa3ba5552a6b5dabbc2528b494bf5b310b23387e59a91db216db04b2

Available diffs

No changes file available.

Binary packages built by this source

python3-django-render-block: Render the content of a specific block tag from a Django template

 Render the content of a specific block tag from a Django template. Works for
 arbitrary template inheritance, even if a block is defined in the child
 template but not in the parent. Generally it works like render_to_string
 from Django, but allows you to specify a block to render.
 .
 Features:
 .
  * Render a specific block from a template
  * Fully supports the Django templating engine
  * Partially supports the Jinja2 engine: it does not currently process the
    extends tag