Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates/api.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some markup in docs/ref/templates/api.txtTim Graham2013-07-151-7/+12
* Add missing imports and models to the examples in the tem...Silvan Spross2013-05-191-0/+7
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-0/+1
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-3/+19
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-7/+6
* Fix docs for context_processors.authAndrew Badr2012-09-251-1/+1
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-12/+0
* Fixed #13608 - Noted that template lookups use literal va...Tim Graham2012-09-011-0/+4
* Fixed #18642 - Added a note suggesting the use of render(...Tim Graham2012-09-011-0/+4
* Fixed #16744 -- Class based view should have the view obj...Marc Tamlyn2012-08-181-0/+2
* Fixed #18617 -- Highlighted that the app_directories temp...Aymeric Augustin2012-07-121-5/+15
* Updated obsolete links in the documentationClaude Paroz2012-06-281-1/+1
* Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns2012-06-231-0/+1
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-37/+5
* Fixed #18259 -- Specified that ROOT_URLCONF might be needed.Claude Paroz2012-06-021-3/+4
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-1/+1
* Very minor Python formatting change to template documenta...Chris Beaven2012-04-201-1/+1
* Fixed #17229 -- Allow 'True', 'False' and 'None' to resol...Aymeric Augustin2012-04-101-1/+13
* Fixed #17618 - Documented that variable names in template...Timo Graham2012-02-111-1/+1
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-108/+108
* Added some sphinx cross-reference links to the built-in t...Julien Phalip2011-10-031-2/+3
* Fixed #16863 -- Corrected ReST markup to avoid errors bui...Carl Meyer2011-09-161-8/+10
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-0/+2
* Tweaked some `render_to_response` links in the documentat...Ramiro Morales2011-05-211-6/+7
* Fixed #15791 - method to signal that callable objects sho...Luke Plant2011-04-201-2/+12
* Fixed #15757 - removed remaining instances of get_and_del...Luke Plant2011-04-081-8/+0
* Changed 'raise' statements to new style syntax in documen...Ramiro Morales2011-03-171-1/+1
* Fixed #15299 -- Started the process of migrating the auth...Russell Keith-Magee2011-02-231-1/+6
* Fixed #14038 -- Added information to release notes and ve...Ramiro Morales2011-01-251-2/+7
* Fixed #15057 - documented change in [14992]Luke Plant2011-01-131-26/+31
* Fixed #14000 - remove versionadded/changed tags for Djang...Timo Graham2010-12-261-2/+0
* Fixed #11152 - Add some classes to the template docs. Tha...Timo Graham2010-11-291-20/+36
* Fixes #3529 -- more explicit documentation about Context....Chris Beaven2010-11-241-0/+16
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-2/+11
* Reverted deprecation of media context processor (from r14...Jannis Leidel2010-11-111-8/+3
* Corrected to markup problems with docs added for recent f...Russell Keith-Magee2010-10-281-2/+3
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-1/+8
* Fixed #14112 -- Various Markup fixes for the docs. Thanks...Russell Keith-Magee2010-08-231-1/+1
* Fixed #14141: docs now use the :doc: construct for links ...Jacob Kaplan-Moss2010-08-191-10/+8
* Fixed #13072: Corrected a few markup and formatting error...James Bennett2010-03-111-1/+1
* Fixed three small doc markup errors.Malcolm Tredinnick2010-03-101-0/+1
* Fixed #11889: Documented the fact that context processors...James Bennett2010-03-031-0/+7
* Fixed #12968 - Added missing versionadded/-changed doc ma...Jannis Leidel2010-02-261-0/+9
* Fixed #12066 - Moved auth context processor from core to ...Jannis Leidel2010-02-221-3/+3
* Fixed #10800 -- Made a small improvement to render_to_str...Adrian Holovaty2010-01-101-1/+2
* Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty2010-01-091-1/+1
* Added a few Sphinx directives to the form API and templat...Gary Wilson Jr2009-12-251-2/+4
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-6/+102
* Fixed #4604 - Configurable message passing system, suppor...Luke Plant2009-12-091-7/+32
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-3/+3