Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/templatetags
Commit message (Expand)AuthorAgeFilesLines
* Refs #22306 -- Removed cycle/firstof template tags from "...Tim Graham2015-09-241-66/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-315-8/+0
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-0/+6
* Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville2015-07-011-3/+24
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-0/+8
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-40/+49
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-1/+1
* Subclassed template.Node instead of Node for consistency.Nik Nyby2015-02-121-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-14/+14
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Removed ssi/url tags from future per deprecation timeline...Tim Graham2015-01-171-19/+1
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-3/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin2014-11-231-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22306 -- Deprecated future versions of cycle and f...Maxime Turcotte2014-03-281-3/+11
* Switched {% cycle %} and {% firstof %} tags to auto-escap...Tim Graham2014-03-211-2/+6
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-2/+10
* Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in bl...Claude Paroz2014-02-081-2/+8
* A handful of flake8 fixesAlex Gaynor2013-11-231-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-10/+9
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-071-3/+12
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-032-0/+14
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-2/+2
* Added missing newline in docstring; refs #20945.Tim Graham2013-10-241-0/+1
* Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney2013-10-241-3/+31
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+1
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed #20130 -- Regression in {% cache %} template tag.Baptiste Mispelon2013-03-301-1/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-2/+5
* Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_...matiasb2013-03-031-2/+5
* Remove leading underscore from a function that's all grow...Carl Meyer2013-02-251-3/+3
* Fixed some docstrings that were raising Sphinx warnings w...Julien Phalip2013-02-241-12/+12
* Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski2013-02-241-7/+3
* Merge pull request #751 from bmispelon/ticket-6271Aymeric Augustin2013-02-234-12/+19
|\
| * Used token.split_contents() for tokenisation in template ...Baptiste Mispelon2013-02-234-12/+19
* | Fixed #17906 - Autoescaping {% cycle %} and {% firstof %}...Vladimir A Filonov2013-02-231-3/+54
|/
* Fixed #19088 -- Always escape % inside blocktrans tagClaude Paroz2012-10-231-6/+7
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-3/+3
* [py3] Always pass bytes to hashlib.md5.Florian Apolloner2012-08-151-2/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-1/+5