summaryrefslogtreecommitdiff
path: root/docs/ref/templates/api.txt
AgeCommit message (Expand)Author
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-09-24Fix docs for context_processors.authAndrew Badr
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-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-23Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns
2012-06-07Removed references to changes made in 1.2.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-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-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-01-25Fixed #14038 -- Added information to release notes and version changed|added ...Ramiro Morales
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-29Fixed #11152 - Add some classes to the template docs. Thanks adamv for the pa...Timo Graham
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-10-28Corrected to markup problems with docs added for recent features.Russell Keith-Magee
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-03Fixed #11889: Documented the fact that context processors will overwrite pre-...James Bennett
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-01-10Fixed #10800 -- Made a small improvement to render_to_string() docs. Thanks, ...Adrian Holovaty
2010-01-09Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty
2009-12-25Added a few Sphinx directives to the form API and template API docs.Gary Wilson Jr
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee