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

Changelog

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

  * New upstream release.

 -- Michael Fladischer <email address hidden>  Sun, 14 Jun 2015 20:15:49 +0200

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-classy-tags_0.6.2-1.dsc 2.4 KiB c2619af9214d061fbb21d4bcc1273082a7498256c9106fdb05a3f67c8b708a08
django-classy-tags_0.6.2.orig.tar.gz 35.1 KiB 027909b07ceb7ae6de42ddd6aa207f5c596972a23480b75b7abeccefad8dd4ac
django-classy-tags_0.6.2-1.debian.tar.xz 4.1 KiB e6958ba07553cd3371be2b765c9d60c0715ce8673ee8ec7ce6c28ec6c1904a06

Available diffs

No changes file available.

Binary packages built by this source

python-django-classy-tags: Class based template tags for Django projects

 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.

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

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

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.