django-classy-tags 4.0.0-1 source package in Ubuntu
Changelog
django-classy-tags (4.0.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 4.6.1.0. * Update d/copyright with new years. * Refresh patches. -- Michael Fladischer <email address hidden> Wed, 04 Jan 2023 22:56:25 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-classy-tags_4.0.0-1.dsc | 2.0 KiB | 618b2430a3fd81b093c763c5716a8ce05ea10beaf4c74e7a97973ae9fb91a3aa |
django-classy-tags_4.0.0.orig.tar.gz | 41.7 KiB | 1959980dfdf20eae036b42b5e77881caa2517f59d7d486bdb283c57fc5bdf2ee |
django-classy-tags_4.0.0-1.debian.tar.xz | 5.6 KiB | 876df6c24b46d40d7270e7ffc87544831eb0f6b78821e25aa6231010f7e986ac |
Available diffs
- diff from 3.0.1-2 to 4.0.0-1 (5.9 KiB)
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.