Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed doc typos.Tim Graham2014-02-281-1/+1
* Fixed #21881 -- Clarify behavior of {% ssi %} template tag.Baptiste Mispelon2014-02-231-1/+8
* Made the new template.Context.flatten() method a public API.Marek WywiaƂ2014-02-161-0/+37
* Fixed #19496 -- Added truncatechars_html filter.Jeremy2014-02-131-0/+20
* Fixed #21529 -- Noted that {% url %} encodes its output (...Tim Graham2014-01-221-3/+9
* Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham2014-01-171-4/+3
* Fixed #13116 -- Described scope of variables created by {...Tim Graham2014-01-171-1/+3
* Added some internal links to render_to_string documentation.Baptiste Mispelon2013-12-151-3/+3
* Fixed #21515 -- Corrected example of template.Context in ...Baptiste Mispelon2013-11-281-0/+2
* fixed typo in builtins.txtJulia Antokhine2013-11-191-1/+1
* Fixed another typo introduced by b914991b3705cb6c91013d96...Baptiste Mispelon2013-11-061-1/+1
* Fixed a documentation typo introduced by b914991b37.Simon Charette2013-11-061-1/+2
* Added more tests and documentation for dictsort.Baptiste Mispelon2013-11-061-0/+21
* Fixed spelling ("dependant" -> "dependent")Tim Graham2013-11-021-1/+1
* Fixed #21306 -- Documented lower-casing behavior of title...Tim Graham2013-10-301-3/+4
* Added docs for changes in commit dd3a883894.Ramiro Morales2013-09-221-5/+24
* Fixed #21133 --Clarifed documentation about strftime form...Curtis Maloney2013-09-211-0/+4
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-181-2/+16
* Fixed #21101 -- Updated urlize documentation to mention e...Goetz2013-09-131-2/+7
* Fixed #16096 -- Added origin attribute to template instan...Preston Timmons2013-09-061-1/+36
* Clarified docs for some tags and filtersPaul C. Anagnostopoulos2013-09-041-76/+89
* Fixed #17356 -- Allowed {% include %} to render compiled ...Curtis Maloney2013-08-291-0/+6
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-192-17/+2
* Fixed #20709 -- Allowed {% widthratio %} to accept an "as...Jonathan Slenders2013-08-141-0/+8
* Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-061-1/+1
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-0/+25
* Fixed some markup in docs/ref/templates/api.txtTim Graham2013-07-151-7/+12
* Fixed #20614 -- Typo in documentation.Baptiste Darthenay2013-06-171-1/+1
* Fixed #20606 -- Fixed 'for' example in template tag docsClaude Paroz2013-06-151-1/+1
* Fixed regroup example.Gavin Wahl2013-05-301-0/+2
* Add missing imports and models to the examples in the tem...Silvan Spross2013-05-191-0/+7
* Fixed #20336 -- Removed obsolete paragraph from the docs.Aymeric Augustin2013-04-301-5/+0
* Corrected "it's" to "its" when used possessively.Thomas Thurman2013-04-291-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-202-20/+22
* Removed a trailing space in the template name on line 174.Andrew Brown2013-04-051-1/+1
* Updated some 'Dive Into Python' linksClaude Paroz2013-04-011-1/+1
* Fixed #19897 - Updated static files howto.Tim Graham2013-03-301-2/+4
* Fixed #17906 - Autoescaping {% cycle %} and {% firstof %}...Vladimir A Filonov2013-02-231-12/+43
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-032-4/+20
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-292-26/+6
* Removed django.contrib.markup.Aymeric Augustin2012-12-291-10/+0
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-1/+1
* Fixed #19470 - Clarified widthratio example.Tim Graham2012-12-181-4/+4
* Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz2012-11-291-1/+1
* Fixed two typos.Aymeric Augustin2012-11-251-1/+1
* Fixed #19280 -- Raised an explicit exception for the old ...Aymeric Augustin2012-11-241-0/+10
* Fixed #19348 - Clarified the units of filesizeformat.Tim Graham2012-11-231-0/+8
* Fixed #19308 - Clarified stringformat filter exampleTim Graham2012-11-181-2/+2
* Converted <paragraph> to <p> per #aaugustin's requestDaniel Greenfeld2012-11-131-1/+1
* Added examples for comment, templatetag, escape, force_es...Daniel Greenfeld2012-11-091-2/+30