Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/defaultfilters.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed filesizeformat tag's bytes variable to avoid clas...Sambhav Satija2015-10-271-16/+16
* Fixed #25441 -- Added support for negative filesize to fi...Sambhav Satija2015-10-271-0/+6
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-8/+1
* Refs #23261 -- Removed old style list syntax for unordere...Tim Graham2015-09-241-39/+0
* Fixed #25031 -- Fixed a regression in the unordered_list ...Noam2015-06-271-15/+20
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+2
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-1/+2
* Fixed typo in escape_filter() docstring.Jon Walsh2015-03-191-1/+1
* Fixed #24464 -- Made built-in HTML template filter functi...Erik Romijn2015-03-091-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-12/+13
* Fixed #23558 -- documented slugify limitationsDavid Hoffman2014-10-301-3/+3
* Added exception name in debug error messageClaude Paroz2014-08-261-1/+1
* Fixed #23260: Added generator support to defaultfilters.u...Jaap Roes2014-08-141-25/+28
* Fixed #23261 -- Deprecated old style list support for uno...Jaap Roes2014-08-111-0/+7
* Fixed #22798 -- `pluralize()` now adds plural_suffix for ...Moayad Mardini2014-06-101-1/+1
* Fixed #18400 -- Modified length template filter to return...Susan Tan2014-06-051-1/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #22294 -- Prevented converting length filter output...Claude Paroz2014-03-221-1/+1
* Removed fix_ampersands template filter per deprecation ti...Tim Graham2014-03-211-7/+1
* Fixed #19496 -- Added truncatechars_html filter.Jeremy2014-02-131-0/+17
* Moved imports to the top of the defaultfilters module.Aymeric Augustin2013-12-101-7/+6
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-2/+2
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+56
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-13/+13
* 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
* 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
* Updated some 'Dive Into Python' linksClaude Paroz2013-04-011-1/+1
* Removed support is_safe and needs_autoescape as function ...Aymeric Augustin2012-12-291-9/+0
* Fixed #19370 -- Made date filter properly handle midnight...Danilo Bargen2012-11-271-1/+1
* Ensure we ignore __pycache__ PEP 3174 dirs in a few more ...Ramiro Morales2012-10-061-1/+1
* 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] Ported django.utils.encoding.Aymeric Augustin2012-08-071-9/+9
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-4/+5
* Fixed #18645 -- Clarified filesizeformat implementationAymeric Augustin2012-07-181-10/+16
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-40/+41
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #15683 -- Prevented escaped string to be needlessly...Claude Paroz2012-04-071-1/+1
* Made dictsort and dictsort reversed template filters fail...Ramiro Morales2012-01-151-3/+9
* Fixed #17496 -- Regression in the floatformat template fi...Aymeric Augustin2012-01-031-1/+1
* Fixed #15789 -- Set the decimal precisio to avoid an exce...Aymeric Augustin2011-12-301-2/+8