Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23789 -- TemplateResponse handles context differen...Luke Plant2014-11-101-1/+4
* Fixed #23558 -- documented slugify limitationsDavid Hoffman2014-10-301-3/+3
* Fixed comment typo in django/template/__init__.pyMartin Matusiak2014-10-041-1/+1
* Fixed #23489 -- Added numpy 1.9+ support in template lookupsTim Graham2014-09-301-1/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-054-6/+22
* Added exception name in debug error messageClaude Paroz2014-08-261-1/+1
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-4/+5
* Fixed #23260: Added generator support to defaultfilters.u...Jaap Roes2014-08-141-25/+28
* Fixed #23261 -- Deprecated old style list support for uno...Jaap Roes2014-08-111-0/+7
* Fixed #16383 -- Raised the AttributeError raised in prope...Anubhav Joshi2014-07-311-1/+4
* Fixed #23060 -- Prevented UnicodeDecodeError in debug tem...qingfeng2014-07-261-1/+1
* Fixed #21707 -- Added helpful error message when using {{...Anubhav Joshi2014-07-241-0/+5
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+66
* Fixed #22933 -- Deprecated django.template.resolve_variab...Tim Graham2014-07-011-0/+5
* Fixed #22798 -- `pluralize()` now adds plural_suffix for ...Moayad Mardini2014-06-101-1/+1
* Fixed #18400 -- Modified length template filter to return...Susan Tan2014-06-051-1/+1
* Fixed #13408 -- Deprecated silent unpacking exception pas...e0ne2014-04-081-1/+18
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-302-2/+2
* Fixed #22294 -- Prevented converting length filter output...Claude Paroz2014-03-221-1/+1
* Switched {% cycle %} and {% firstof %} tags to auto-escap...Tim Graham2014-03-211-28/+7
* Removed fix_ampersands template filter per deprecation ti...Tim Graham2014-03-211-7/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-3/+3
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-10/+1
* Removed incorrect statement from docstringPatrick Robertson2014-02-231-3/+0
* Fixed #21741 -- Fixed render_to_string to stop pushing em...Baptiste Mispelon2014-02-221-1/+2
* 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 #19496 -- Added truncatechars_html filter.Jeremy2014-02-131-0/+17
* Fixed #21959 -- Handled Inf/NaN in widthratio tag.Aymeric Augustin2014-02-081-2/+2
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-082-4/+4
* Allowed more easily subclassing of BlockNode tags.Mitar2014-02-081-1/+1
* Moved the loader tags registration with the other builtins.Baptiste Mispelon2014-01-192-3/+2
* Don't try to load app directory templates from apps with ...Florian Apolloner2013-12-271-0/+2
* Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner2013-12-271-12/+15
* Renamed AppCache to Apps.Aymeric Augustin2013-12-243-6/+6
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-223-3/+3
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-223-13/+13
* 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 E127 pep8 warnings.Loic Bistuer2013-12-143-7/+5
* Moved imports to the top of the defaultfilters module.Aymeric Augustin2013-12-101-7/+6
* Fixed E125 pep8 warningsChristopher Medrela2013-11-282-2/+2
* Fixed #21460 -- Reenabled proper template precedence in f...Pablo Martín2013-11-221-0/+1
* Fixed spelling of compatibility.Tim Graham2013-11-091-1/+1
* Fixed #17529 -- get_template_from_string default argument...Unai Zalakain2013-11-081-2/+1
* Fixed all E226 violationsAlex Gaynor2013-11-033-5/+5
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-0310-0/+148
* More attacking E302 violatorsAlex Gaynor2013-11-025-0/+9