diff options
| author | Alexander Allakhverdiyev <alex.allah@gmail.com> | 2017-05-11 07:09:44 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-11 10:09:44 -0400 |
| commit | a7c6c705e82bfb9f061f35d38c2a6184dae52cd4 (patch) | |
| tree | f97076bf7e08ef7cb05ebf323a7014e06ff05338 /docs | |
| parent | f87256b15e375c6c57fe425c33ae23e116da3e84 (diff) | |
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 450d8bd3da..323b51fbf4 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -212,6 +212,8 @@ Templates apps, it now returns the first engine if multiple ``DjangoTemplates`` engines are configured in ``TEMPLATES`` rather than raising ``ImproperlyConfigured``. +* Custom template tags may now accept keyword-only arguments. + Tests ~~~~~ |
