mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23914 -- Improved {% now %} to allow storing its result in the context.
Thanks to Tim for the review.
This commit is contained in:
@@ -419,6 +419,9 @@ Templates
|
||||
* Added a :class:`locmem.Loader <django.template.loaders.locmem.Loader>`
|
||||
class that loads Django templates from a Python dictionary.
|
||||
|
||||
* The :ttag:`now` tag can now store its output in a context variable with the
|
||||
usual syntax: ``{% now 'j n Y' as varname %}``.
|
||||
|
||||
Requests and Responses
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user