summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-06-16Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoumeAdrian Holovaty
2008-03-08Fixed #6732 -- Added missing word "must" in `templates_python.txt` docs, than...Gary Wilson Jr
2008-03-06Fixed #6721 -- Fixed a typo in `templates_python.txt` documentation, thanks A...Gary Wilson Jr
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag...Malcolm Tredinnick
2008-01-13Fixed another typo in templates docs.Gary Wilson Jr
2008-01-13Fixed typo in templates docs.Gary Wilson Jr
2007-12-17Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.Malcolm Tredinnick
2007-12-01Edited templates.txt and templates_python.txt auto-escaping changes from [6671]Adrian Holovaty
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-11-18Rewrote the section about writing autoescaping-aware filters, based on feedbackMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-10-07Fixed an RST formatting typo.Malcolm Tredinnick
2007-09-21Fixed #3453: introduced a new template variable resolution system by Brian Ha...Jacob Kaplan-Moss
2007-09-15Fixed #5484 -- Documented render_to_string. Thanks, ubernostrumAdrian Holovaty
2007-09-14Edited docs/templates_python.txt change from [6143]Adrian Holovaty
2007-09-13Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduc...Malcolm Tredinnick
2007-08-18Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.Malcolm Tredinnick
2007-07-12Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to mov...Russell Keith-Magee
2007-07-03Converted some tabs to four spaces in two docsAdrian Holovaty
2007-07-03Fixed tabs -> spaces in [5598]Adrian Holovaty
2007-07-03Fixed an error in a RequestContext example in docs/templates_python.txtAdrian Holovaty
2007-06-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-01Negligible spacing change to docs/templates_python.txtAdrian Holovaty
2007-06-01Fixed #4423 -- Typo fix.Malcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-11Fixed #4267 -- In example code, extract the template tag name correctly inMalcolm Tredinnick
2007-05-08Fixed #3753 -- Allow optional display of invalid variable name inMalcolm Tredinnick
2007-05-08Fixed #4202 -- Corrected namespacing of exception in one of the examples.Malcolm Tredinnick
2007-05-02Fixed #4139 -- Fixed typo in docs/templates_python.txt.Adrian Holovaty
2007-04-20Changed all references to tutorial1/ to be tutorial01/ (and similarly forMalcolm Tredinnick
2007-02-23Fixed documentation from [4558] to be correct.Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-13Renamed date_to_format function in docs/templates_python.txt example so as to...Adrian Holovaty
2007-02-10Fixed #2655 -- added documentation about resolve_variable() for custom templateMalcolm Tredinnick
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-11-10Fixed typo in docs/templates_python.txtAdrian Holovaty
2006-10-24Made small edits to docs/templates_python.txtAdrian Holovaty
2006-10-23Fixed #2837 -- Documented the context_instance parameter toMalcolm Tredinnick
2006-10-13Fixes #2384,#2566 -- Clarify the role that TEMPLATE_STRING_IF_INVALID plays i...Russell Keith-Magee
2006-09-29Fixed #2845 -- Corrected a few spelling errors in the docs and changed aMalcolm Tredinnick
2006-09-26Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_...Adrian Holovaty
2006-09-21Fixed #2556 -- Documented that simple_tag functions can take any number ofMalcolm Tredinnick
2006-09-04Corrected spelling of 'behavior' in docs/templates_python.txt from [3714]Adrian Holovaty
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-08-31Fixed #2610 -- Clarified docs on 'messages' variable for auth context processorAdrian Holovaty
2006-08-28Fixed #2610 -- corrected documentation about the auth context processor (than...Jacob Kaplan-Moss
2006-08-18Made small change to docs/templates_python.txt to explicitly define 'context ...Adrian Holovaty