index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
templates
Age
Commit message (
Expand
)
Author
2014-01-22
Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).
Tim Graham
2014-01-17
Fixed #18942 -- Clarified usage of {% get_static_prefix %}.
Tim Graham
2014-01-17
Fixed #13116 -- Described scope of variables created by {% url ... as var %} ...
Tim Graham
2013-12-15
Added some internal links to render_to_string documentation.
Baptiste Mispelon
2013-11-28
Fixed #21515 -- Corrected example of template.Context in documentation.
Baptiste Mispelon
2013-11-19
fixed typo in builtins.txt
Julia Antokhine
2013-11-06
Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83.
Baptiste Mispelon
2013-11-05
Fixed a documentation typo introduced by b914991b37.
Simon Charette
2013-11-06
Added more tests and documentation for dictsort.
Baptiste Mispelon
2013-11-01
Fixed spelling ("dependant" -> "dependent")
Tim Graham
2013-10-30
Fixed #21306 -- Documented lower-casing behavior of title filter.
Tim Graham
2013-09-22
Added docs for changes in commit dd3a883894.
Ramiro Morales
2013-09-21
Fixed #21133 --Clarifed documentation about strftime formatting.
Curtis Maloney
2013-09-18
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...
Berker Peksag
2013-09-13
Fixed #21101 -- Updated urlize documentation to mention email addresses
Goetz
2013-09-06
Fixed #16096 -- Added origin attribute to template instances.
Preston Timmons
2013-09-04
Clarified docs for some tags and filters
Paul C. Anagnostopoulos
2013-08-29
Fixed #17356 -- Allowed {% include %} to render compiled templates
Curtis Maloney
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-14
Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.
Jonathan Slenders
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-07-15
Fixed some markup in docs/ref/templates/api.txt
Tim Graham
2013-06-17
Fixed #20614 -- Typo in documentation.
Baptiste Darthenay
2013-06-15
Fixed #20606 -- Fixed 'for' example in template tag docs
Claude Paroz
2013-05-29
Fixed regroup example.
Gavin Wahl
2013-05-19
Add missing imports and models to the examples in the template layer document...
Silvan Spross
2013-04-30
Fixed #20336 -- Removed obsolete paragraph from the docs.
Aymeric Augustin
2013-04-29
Corrected "it's" to "its" when used possessively.
Thomas Thurman
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-05
Removed a trailing space in the template name on line 174.
Andrew Brown
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-02-23
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
Vladimir A Filonov
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed django.contrib.markup.
Aymeric Augustin
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-18
Fixed #19470 - Clarified widthratio example.
Tim Graham
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-25
Fixed two typos.
Aymeric Augustin
2012-11-24
Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.
Aymeric Augustin
2012-11-23
Fixed #19348 - Clarified the units of filesizeformat.
Tim Graham
2012-11-17
Fixed #19308 - Clarified stringformat filter example
Tim Graham
2012-11-12
Converted <paragraph> to <p> per #aaugustin's request
Daniel Greenfeld
2012-11-08
Added examples for comment, templatetag, escape, force_escape, timesince, and...
Daniel Greenfeld
2012-11-04
Removed redundant docs addition across two commits
Preston Holmes
2012-11-04
Merge pull request #496 from pydanny/ticket_19241
Bryan Veloso
2012-11-04
Fixed #19241 -- Improved floatformat docs
Daniel Greenfeld
2012-11-04
Demonstrate how to round to integers using floatformat templatetag
Daniel Greenfeld
[next]