Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #19890 -- ifchanged templatetag rendered its conten...Christopher Medrela2013-02-241-2/+3
* Fixed #15849 -- Made IfChanged node thread safe.Diederik van der Boor2013-02-241-9/+21
* Fixed #19827 -- Kept stacktrace in defaulttags exception ...Lennart Regebro2013-02-231-3/+4
* Merge pull request #751 from bmispelon/ticket-6271Aymeric Augustin2013-02-232-10/+14
|\
| * Used token.split_contents() for tokenisation in template ...Baptiste Mispelon2013-02-232-10/+14
* | Fixed #17906 - Autoescaping {% cycle %} and {% firstof %}...Vladimir A Filonov2013-02-231-15/+33
|/
* Fixed #19846 -- Optimized a dict of lists in BlockContext...Claude Paroz2013-02-221-7/+6
* Fixed #19882 -- Smarter tokenizing of {% for %} tag argum...Baptiste Mispelon2013-02-221-1/+1
* Fixed #19829 -- Fixed index lookups for NumPy arrays in t...Julien Phalip2013-02-151-1/+1
* Fixed #19819 - Improved template filter errors handling.Michael van Tellingen2013-02-142-1/+12
* Fixed #19729 -- Removed leftover refactoring helper varia...Ramiro Morales2013-02-053-6/+0
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-042-22/+4
* Merge pull request #595 from bmispelon/patch-1Aymeric Augustin2012-12-291-1/+1
|\
| * Fixed typo in WidthRatioNode's error.Baptiste Mispelon2012-12-171-1/+1
* | Removed support is_safe and needs_autoescape as function ...Aymeric Augustin2012-12-291-9/+0
* | Fixed #19470 - Clarified widthratio example.Tim Graham2012-12-181-4/+4
|/
* Fixed #19392 -- Improved error for old-style url tags wit...Aymeric Augustin2012-12-091-1/+6
* Fixed #19370 -- Made date filter properly handle midnight...Danilo Bargen2012-11-271-1/+1
* Change exception type to reduce confusion.Aymeric Augustin2012-11-251-2/+2
* Fixed #19280 -- Raised an explicit exception for the old ...Aymeric Augustin2012-11-241-0/+4
* Fix typo in commentRiley Strong2012-11-201-1/+1
* Fixed #19262 -- Support cookie pickling in SimpleTemplate...Sean Breant2012-11-091-1/+1
* Fixed #18484 -- Removed the div around the csrf token inputClaude Paroz2012-10-131-1/+1
* Ensure we ignore __pycache__ PEP 3174 dirs in a few more ...Ramiro Morales2012-10-061-1/+1
* Fixes #18933. Fixes code example in docstring.Martey Dodoo2012-09-091-4/+2
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-3/+3
* Used the decorator syntax for properties in django.httpClaude Paroz2012-08-221-7/+7
* Fixed bug in 212b982 -- Removed duplicate code in removetagsMarc Tamlyn2012-08-181-7/+2
* Fixed #14516 -- Extract methods from removetags and slugi...Marc Tamlyn2012-08-181-5/+5
* [py3] Fixed slugify filterClaude Paroz2012-08-151-2/+2
* [py3] Fixed egg template loader.Aymeric Augustin2012-08-141-4/+9
* [py3] Made __repr__ return str with Python 3Claude Paroz2012-08-121-2/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* [py3] Removed redundant __str__ methods.Aymeric Augustin2012-08-121-3/+0
* Fixed #18739 -- witdthratio behavior on None argsKaren Tracey2012-08-121-2/+2
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Fixed filesystem encoding handlingAymeric Augustin2012-08-081-2/+6
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-074-20/+20
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-073-5/+7
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-222-5/+6
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-223-3/+6
* Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin2012-07-181-10/+16
* Fixed #18484 - 'display:none' on CSRF token div is redund...Luke Plant2012-07-061-1/+1