Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/context.py
Commit message (Expand)AuthorAgeFilesLines
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-33/+2
* Fixed #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-1/+9
* Fixed #24127 -- Changed the default current_app to the cu...Marten Kenbeek2015-07-271-0/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24847 -- Prevented items set on a RequestContext f...Paweł Marczewski2015-05-271-1/+7
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-2/+1
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-0/+1
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+7
* Removed a non-obvious side-effect of assigning Context.te...Aymeric Augustin2015-02-201-24/+33
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-13/+19
* Split DTL context creation into its own function.Aymeric Augustin2015-02-101-0/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #24273 -- Allowed copying RequestContext more than ...Aymeric Augustin2015-02-051-1/+2
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-1/+1
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-7/+25
* Simplified implementation of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-2/+8
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-1/+1
* Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin2014-11-231-18/+30
* Added to each Context a reference to the Engine.Aymeric Augustin2014-11-231-3/+4
* Simplified caching of template context processors.Aymeric Augustin2014-11-191-16/+7
* Fixed #23585 - Corrected internal comment.Grzegorz Slusarek2014-11-151-3/+1
* Made the new template.Context.flatten() method a public API.Marek Wywiał2014-02-161-7/+10
* Fixed bad comparison logic introduced in d97bf2e9c8971764...Baptiste Mispelon2014-02-151-1/+9
* Fixed #21765 -- Added support for comparing Context insta...Marek Wywiał2014-02-151-0/+10
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Small flake8 fixes -- number of blank lines between top l...Alex Gaynor2013-12-201-0/+1
* Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill2013-12-201-4/+3
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed #7116 -- Optimize RequestContext constructionCurtis Maloney2013-08-291-1/+3
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-4/+19
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-12/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #18103 -- Regression introduced in r17895.Aymeric Augustin2012-04-111-2/+2
* Fixed #17229 -- Allow 'True', 'False' and 'None' to resol...Aymeric Augustin2012-04-101-1/+4
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-4/+8
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixes #15721 (again) via a minor tweak to avoid unexpecte...Chris Beaven2011-04-191-1/+1
* Fixes #15721 -- Make {% include %} and RequestContext wor...Chris Beaven2011-04-171-20/+16
* Fixed #15572 - include with "only" option discards contex...Luke Plant2011-03-101-0/+8
* Fixed #15368 - test failures due to regression with Reque...Luke Plant2011-02-271-15/+9
* Fix broken tests due to changes in r15591 by updating the...Chris Beaven2011-02-211-0/+25
* Fixes #3529 -- more explicit documentation about Context....Chris Beaven2010-11-241-1/+1
* Fixed #14181 -- Added a template tag and filters to allow...Russell Keith-Magee2010-10-291-3/+4
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-14/+48
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-1/+1
* Fixed #9977 - CsrfMiddleware gets template tag added, ses...Luke Plant2009-10-271-1/+9
* Fixed #10061 -- Added namespacing for named URLs - most i...Russell Keith-Magee2009-07-161-3/+4
* Fixed #10079 -- Moved settings import inside the function...Gary Wilson Jr2009-03-301-1/+1