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-08-11
[1.5.x] Added a warning that remove_tags() output shouldn't be considered safe.
Tim Graham
2014-05-16
[1.5.x] Fixed #22167 -- Improved documentation on context processors
Moritz
2014-03-22
[1.5.x] Clarified strip_tags documentation
Claude Paroz
2013-11-28
[1.5.x] Fixed #21515 -- Corrected example of template.Context in documentation.
Baptiste Mispelon
2013-11-01
[1.5.x] Fixed spelling ("dependant" -> "dependent")
Tim Graham
2013-09-21
[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.
Curtis Maloney
2013-09-13
[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addresses
Goetz
2013-07-15
[1.5.x] Fixed some markup in docs/ref/templates/api.txt
Tim Graham
2013-06-17
[1.5.x] Fixed #20614 -- Typo in documentation.
Baptiste Darthenay
2013-05-29
[1.5.x] Fixed regroup example.
Gavin Wahl
2013-05-22
[1.5.x] Tweaked a reST construct in template API docs. Refs #20104.
Ramiro Morales
2013-03-30
[1.5.x] Fixed #19897 - Updated static files howto.
Tim Graham
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-18
[1.5.X] Fixed #19470 - Clarified widthratio example.
Tim Graham
2012-11-29
[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-25
[1.5.x] Fixed two typos.
Aymeric Augustin
2012-11-24
[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} sy...
Aymeric Augustin
2012-11-23
[1.5.X] Fixed #19348 - Clarified the units of filesizeformat.
Tim Graham
2012-11-17
[1.5.X] Fixed #19308 - Clarified stringformat filter example
Tim Graham
2012-11-04
Fixed #19241 -- Improved floatformat docs
Daniel Greenfeld
2012-10-29
[1.5.x] Fixed #19209 -- Documented |date:"I".
Aymeric Augustin
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-09-24
Fix docs for context_processors.auth
Andrew Badr
2012-09-22
Fixed #18951 -- Formatting of microseconds.
Aymeric Augustin
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-01
Fixed #13608 - Noted that template lookups use literal values.
Tim Graham
2012-08-31
Fixed #18642 - Added a note suggesting the use of render() rather than render...
Tim Graham
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-04
Added a missing space to the description of the `cut` filter.
Florian Apolloner
2012-07-24
Changed the word "brackets" to "parentheses"
Kevin McCarthy
2012-07-12
Fixed #18617 -- Highlighted that the app_directories template loader depends ...
Aymeric Augustin
2012-07-07
Fixed #18254 -- Added ability to the static template tags to store the result...
Jannis Leidel
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-23
Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.
jnns
2012-06-19
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-06-02
Fixed #18259 -- Specified that ROOT_URLCONF might be needed.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-20
Very minor Python formatting change to template documentation
Chris Beaven
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
2012-03-05
Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...
Chris Beaven
2012-02-13
Added a note to the release notes about the new format strings added in r17473.
Jannis Leidel
2012-02-11
Fixed #17618 - Documented that variable names in template must not start with...
Timo Graham
2012-02-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
[next]