1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #24493 -- Added BaseContext.setdefault()

This commit is contained in:
Preston Timmons
2015-03-11 11:00:17 -05:00
committed by Tim Graham
parent 4d9414098b
commit 388e79e9fc
4 changed files with 28 additions and 0 deletions

View File

@@ -166,6 +166,9 @@ Templates
helper can now store results in a template variable by using the ``as``
argument.
* Added a :meth:`Context.setdefault() <django.template.Context.setdefault>`
method.
Requests and Responses
^^^^^^^^^^^^^^^^^^^^^^