Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/templatetags/tz.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Used token.split_contents() for tokenisation in template ...Baptiste Mispelon2013-02-231-0/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #17992 -- Added a public API for localtime.Aymeric Augustin2012-04-291-5/+1
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-2/+0
* Fixed #17255 -- Removed "as" prefix from new timezone tem...Jannis Leidel2011-11-181-9/+20
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+191