| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Per deprecation timeline.
|
|
Using __str__() and then repr'ing the result looks strange and can lead
to recursive rendering of forms.
|
|
|
|
|
|
|
|
template tag.
Thanks Tim Graham for the review.
|
|
tag rendering.
|
|
|
|
This continues work to treat Django templates as a library.
|
|
Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template.
|