Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1848 from rayashmanjr/masterAlex Gaynor2013-11-025-27/+27
|\
| * Correct flake8 violation E261Ray Ashman Jr2013-11-025-27/+27
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-6/+6
|/
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* Fixed E227 pep8 warningsTim Graham2013-10-211-5/+5
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+1
* Fixed #7557 -- Added type checking to Variable initializa...Tim Graham2013-09-191-0/+3
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-181-7/+8
* Prevented arbitrary file inclusion with {% ssi %} tag and...Tim Graham2013-09-111-0/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-102-3/+3
* Simplify FilterExpression.args_checkCurtis Maloney2013-09-091-24/+7
* Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon2013-09-081-5/+8
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Fixed #16096 -- Added origin attribute to template instan...Preston Timmons2013-09-061-0/+1
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-022-3/+3
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-303-10/+10
* Improved {% include %} implementationCurtis Maloney2013-08-301-38/+13
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed #7116 -- Optimize RequestContext constructionCurtis Maloney2013-08-291-1/+3
* Fixed #17356 -- Allowed {% include %} to render compiled ...Curtis Maloney2013-08-291-2/+5
* Fixed #14765 -- Removed unncessary usage of NodeList in F...Tim Graham2013-08-281-3/+3
* Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales2013-08-261-1/+5
* Fixed 19949 -- Cached template loader now caches Template...SusanTan2013-08-241-6/+8
* Fixed #20949 -- Typo #2 in docstringTim Graham2013-08-211-1/+1
* Fixed docstring typo, thanks minddust.Tim Graham2013-08-211-1/+1
* Fixed #20709 -- Allowed {% widthratio %} to accept an "as...Jonathan Slenders2013-08-141-7/+28
* Fixed #17778 -- Prevented class attributes on context fro...Tim Graham2013-08-121-1/+4
* Fixed #20806 -- Cached loader caches find_templateGavin Wahl2013-07-301-12/+27
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-292-2/+2
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-174-99/+105
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-2/+2
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-6/+4
* Fixed #20650 -- Fixed {% filter %} incorrectly accepting ...Baptiste Mispelon2013-06-252-2/+4
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenström2013-05-181-12/+16
* Replaced an antiquated pattern.Aymeric Augustin2013-05-172-3/+3
* Updated some 'Dive Into Python' linksClaude Paroz2013-04-011-1/+1
* Fixed #19510 -- Race condition in template loading.Aymeric Augustin2013-03-171-2/+4
* [py3] Always fed hashlib with bytes.Łukasz Langa2013-02-271-1/+2
* Switching to autoescape is not a change in syntax.Carl Meyer2013-02-251-2/+4
* Remove leading underscore from a function that's all grow...Carl Meyer2013-02-252-5/+5