Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/templatetags/tz.py
Commit message (Collapse)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
| | | | | | tags accepting variables. Fixed #6271, #18260.
* [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
| | | | Thanks Bradley Ayers for the report.
* Removed with_statement imports, useless in Python >= ↵Claude Paroz2012-03-301-2/+0
| | | | | | 2.6. Refs #17965. Thanks jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17255 -- Removed "as" prefix from new timezone ↵Jannis Leidel2011-11-181-9/+20
| | | | | | template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added support for time zones. Thanks Luke Plant for the ↵Aymeric Augustin2011-11-181-0/+191
review. Fixed #2626. For more information on this project, see this thread: http://groups.google.com/group/django-developers/browse_thread/thread/cf0423bbb85b1bbf git-svn-id: http://code.djangoproject.com/svn/django/trunk@17106 bcc190cf-cafb-0310-a4f2-bffc1f526a37