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

Changelog

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

  * New upstream release.
  * Use https in Vcs-Git field.

 -- Michael Fladischer <email address hidden>  Fri, 29 Jan 2016 13:18:00 +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
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-classy-tags_0.7.1-1.dsc 2.4 KiB 0e25af3c0b3c31b02e684ccdebee4691181155ae654952d2968289a98db4ad65
django-classy-tags_0.7.1.orig.tar.gz 34.9 KiB d50b505489f02d69ad69769c414976ed36edef7650427158d652793a6de665e8
django-classy-tags_0.7.1-1.debian.tar.xz 4.4 KiB 509fd9cb787fa4dde913cc203a8bb2690ac9a9cbc96c33894167a064738e8cb2

Available diffs

No changes file available.

Binary packages built by this source

python-django-classy-tags: No summary available for python-django-classy-tags in ubuntu yakkety.

No description available for python-django-classy-tags in ubuntu yakkety.

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: No summary available for python3-django-classy-tags in ubuntu yakkety.

No description available for python3-django-classy-tags in ubuntu yakkety.