Andreas Damgaard Pedersen
|
9560dac3c0
Close autoescape tag in template documentation.
|
10 years ago |
Susan Tan
|
484f3edf1e
Fixed #18400 -- Modified length template filter to return 0 for unknown variables.
|
11 years ago |
Tim Graham
|
4445d36d47
Fixed #22384 -- Deprecated reversing URLs by dotted path.
|
10 years ago |
Bryce Nesbitt
|
e020894470
Fixed #22753 -- Documented ability to use a note with the {% comment %} tag.
|
10 years ago |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
10 years ago |
chriscauley
|
66ec9ee441
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
|
11 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
11 years ago |
Claude Paroz
|
bc315266c8
Fixed #22294 -- Prevented converting length filter output to string
|
11 years ago |
Claude Paroz
|
6ca6c36f82
Improved strip_tags and clarified documentation
|
11 years ago |
Tim Graham
|
1ea44a3abd
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables per deprecation timeline.
|
11 years ago |
Tim Graham
|
8b81dee60c
Removed fix_ampersands template filter per deprecation timeline.
|
11 years ago |
Rodolfo Carvalho
|
2b6436e2d5
Fixed some typos and formatting issues in docs.
|
11 years ago |
Erik Romijn
|
775975f15d
Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()
|
11 years ago |
Baptiste Mispelon
|
072fb923e1
Fixed #21881 -- Clarify behavior of {% ssi %} template tag.
|
11 years ago |
Jeremy
|
f94f466cd3
Fixed #19496 -- Added truncatechars_html filter.
|
12 years ago |
Tim Graham
|
dfc092622e
Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).
|
11 years ago |
Tim Graham
|
bc7668eb51
Fixed #18942 -- Clarified usage of {% get_static_prefix %}.
|
11 years ago |
Tim Graham
|
4a5aac47a6
Fixed #13116 -- Described scope of variables created by {% url ... as var %} syntax.
|
11 years ago |
Julia Antokhine
|
3c3be2e8ec
fixed typo in builtins.txt
|
11 years ago |
Baptiste Mispelon
|
3c4832214f
Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83.
|
11 years ago |
Simon Charette
|
87908b4fc2
Fixed a documentation typo introduced by b914991b37.
|
11 years ago |
Baptiste Mispelon
|
b914991b37
Added more tests and documentation for dictsort.
|
11 years ago |
Tim Graham
|
090315f5df
Fixed spelling ("dependant" -> "dependent")
|
11 years ago |
Tim Graham
|
eafe279120
Fixed #21306 -- Documented lower-casing behavior of title filter.
|
11 years ago |
Ramiro Morales
|
bebb449ac3
Added docs for changes in commit dd3a883894.
|
11 years ago |
Curtis Maloney
|
43a2ec7999
Fixed #21133 --Clarifed documentation about strftime formatting.
|
11 years ago |
Goetz
|
39b49fd339
Fixed #21101 -- Updated urlize documentation to mention email addresses
|
11 years ago |
Paul C. Anagnostopoulos
|
1ccdc08189
Clarified docs for some tags and filters
|
11 years ago |
Curtis Maloney
|
5cdacbda03
Fixed #17356 -- Allowed {% include %} to render compiled templates
|
11 years ago |