Tobias Kunze
|
e3968df527
Refs #20122 -- Corrected documentation of pluralize template filter.
|
5 years ago |
Jon Dufresne
|
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
5 years ago |
Philipp Bosch
|
0b8abd7cdf
Used monospace font in date template filter format character docs.
|
6 years ago |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
Jon Dufresne
|
136a900ef9
Refs #29877 -- Made diveinto.org URLs HTTPS.
|
6 years ago |
za
|
b0d716cbff
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
|
6 years ago |
Claude Paroz
|
201017df30
Fixed #29654 -- Made text truncation an ellipsis character instead of three dots.
|
6 years ago |
Claude Paroz
|
93bd860710
Refs #29374 -- Moved misplaced line in date format docs table
|
6 years ago |
Stephen James
|
48aeca44d8
Fixed typo in docs/ref/templates/builtins.txt.
|
6 years ago |
Tim Graham
|
02cd16a7a0
Refs #17419 -- Removed IE8 support in json_script example.
|
6 years ago |
Brenton Cleeland
|
3cf45af363
Fixed #29374 -- Ordered date filter's format strings by category.
|
6 years ago |
Jonas Haag
|
8c709d79cb
Fixed #17419 -- Added json_tag template filter.
|
7 years ago |
Tim Graham
|
f229049d6c
Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.
|
7 years ago |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Tim Graham
|
e62165b898
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
|
7 years ago |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 years ago |
Tim Graham
|
2fc5a5bfe3
Removed stray versionadded/changed annotations for 1.10.
|
7 years ago |
Anupam
|
1f2e4f9cfe
Fixed #28190 -- Clarifed how include/extends treat template names.
|
7 years ago |
Christoph Schindler
|
7060f777b0
Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
|
7 years ago |
Claude Paroz
|
6585ebebaa
Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
|
8 years ago |
Joon Hwan 김준환
|
a7214f0e84
Made a sentence in default_if_none docs consistent with other template filters.
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
60ca37d2e5
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
|
8 years ago |
Jon Dufresne
|
331ca5391e
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag.
|
8 years ago |
Sergei Maertens
|
32c02f2a0e
Fixed #5908 -- Added {% resetcycle %} template tag.
|
8 years ago |
Baptiste Mispelon
|
61b45dff6b
Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.
|
8 years ago |
Baptiste Mispelon
|
7968bb7fad
Fixed incorrect variable name in {% regroup %} docs.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |