summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-18Fixed #19470 - Clarified widthratio example.Tim Graham
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-25Fixed two typos.Aymeric Augustin
2012-11-24Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.Aymeric Augustin
2012-11-23Fixed #19348 - Clarified the units of filesizeformat.Tim Graham
2012-11-17Fixed #19308 - Clarified stringformat filter exampleTim Graham
2012-11-12Converted <paragraph> to <p> per #aaugustin's requestDaniel Greenfeld
2012-11-08Added examples for comment, templatetag, escape, force_escape, timesince, and...Daniel Greenfeld
2012-11-04Removed redundant docs addition across two commitsPreston Holmes
2012-11-04Merge pull request #496 from pydanny/ticket_19241Bryan Veloso
2012-11-04Fixed #19241 -- Improved floatformat docsDaniel Greenfeld
2012-11-04Demonstrate how to round to integers using floatformat templatetagDaniel Greenfeld
2012-10-29Fixed #19209 -- Documented |date:"I".Aymeric Augustin
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-09-24Fix docs for context_processors.authAndrew Badr
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-01Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-08-31Fixed #18642 - Added a note suggesting the use of render() rather than render...Tim Graham
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-04Added a missing space to the description of the `cut` filter.Florian Apolloner
2012-07-24Changed the word "brackets" to "parentheses"Kevin McCarthy
2012-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-23Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns
2012-06-19Fixed #14502 again -- saner verbatim closing tokenChris Beaven
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Fixed #14502 -- Added a verbatim template tag.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-06-02Fixed #18259 -- Specified that ROOT_URLCONF might be needed.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-20Very minor Python formatting change to template documentationChris Beaven
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2011-12-24Removed a redundant paragraph from the templates builtins doc.Aymeric Augustin
2011-12-24Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...Aymeric Augustin