django-classy-tags 1.0.0-1 source package in Ubuntu

Changelog

django-classy-tags (1.0.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Remove lintian override for missing GPG signature check on source
    tarball to serve as a reminder to improve on this.

 -- Michael Fladischer <email address hidden>  Thu, 23 Jan 2020 14:20:20 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-classy-tags_1.0.0-1.dsc 1.9 KiB 2d09cb13efa3fb1bf786229ca1b7168f9a9a4fa03e23607cab4ce5a1a7d30ad4
django-classy-tags_1.0.0.orig.tar.gz 37.0 KiB 1bd844efccfd1018188f66138b467c0747bd80d964f03455fc7e4482088d502c
django-classy-tags_1.0.0-1.debian.tar.xz 4.7 KiB 7de705814d48f57eb2673b3c7069467ffb22af13d52387c35f987acf316a0389

Available diffs

No changes file available.

Binary packages built by this source

python-django-classy-tags-doc: Class based template tags for Django projects (Documentation)

 django-classy-tags is an approach at making writing template tags in
 Django easier, shorter and more fun. It provides an extensible
 argument parser which reduces most of the boiler plate code you
 usually have to write when coding custom template tags.
 .
 django-classy-tags does no magic by design. Thus you will not get
 automatic registering/loading of your tags like other solutions
 provide. You will not get automatic argument guessing from function
 signatures but rather you have to declare what arguments your tag
 accepts. There is no magic in your template tag class either,
 it’s just a subclass of django.template.Node which invokes a parser
 class to parse the arguments when it’s initialized and resolves those
 arguments into keyword arguments in it’s render method and calls its
 render_tag method with those keyword arguments.
 .
 This package contains the documentation.

python3-django-classy-tags: Class based template tags for Django projects (Python3 version)

 django-classy-tags is an approach at making writing template tags in
 Django easier, shorter and more fun. It provides an extensible
 argument parser which reduces most of the boiler plate code you
 usually have to write when coding custom template tags.
 .
 django-classy-tags does no magic by design. Thus you will not get
 automatic registering/loading of your tags like other solutions
 provide. You will not get automatic argument guessing from function
 signatures but rather you have to declare what arguments your tag
 accepts. There is no magic in your template tag class either,
 it’s just a subclass of django.template.Node which invokes a parser
 class to parse the arguments when it’s initialized and resolves those
 arguments into keyword arguments in it’s render method and calls its
 render_tag method with those keyword arguments.
 .
 This package contains the Python 3 version of the library.