Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/html.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-29/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-1/+1
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-0/+31
* Fixed an infinite loop possibility in strip_tags().Tim Graham2015-03-191-2/+4
* Fixed #24471 -- Enhanced urlize regex to exclude quotes a...Tim Graham2015-03-111-1/+1
* Fixed escaping regression in urlize filter.Tim Graham2015-03-101-1/+1
* Fixed urlize regression with entities in query stringsClaude Paroz2015-03-061-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-10/+2
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-271-0/+7
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed #23715 -- Prevented urlize from treating a trailing...Markus Holtermann2014-10-311-1/+1
* Fixed #20221 -- Allowed some functions that use mark_safe...Jon Dufresne2014-10-201-3/+3
* Fixed flake8 warnings.Tim Graham2014-09-101-3/+3
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-4/+27
* Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz2014-09-091-14/+27
* Limited lines to 119 characters in django/Tim Graham2014-09-051-4/+10
* Fixed #23269 -- Deprecated django.utils.remove_tags() and...Tim Graham2014-08-151-0/+11
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-1/+2
* Updated urlize regex following a93ee5112d4LarryBrid2014-07-041-1/+1
* Fixed #22941 - Added support for domain-only links with c...LarryBrid2014-07-031-1/+1
* Refactored and commented strip_tags utilityTomasz Wysocki2014-04-031-6/+6
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed a deprecation warning with the HTMLParser safe argu...Tim Graham2014-03-271-3/+6
* Removed an unused variable.Alex Gaynor2014-03-221-1/+1
* Improved strip_tags and clarified documentationClaude Paroz2014-03-221-4/+27
* Removed fix_ampersands template filter per deprecation ti...Tim Graham2014-03-211-49/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed #22130 -- Deprecated fix_ampersands, removed utils....Erik Romijn2014-03-011-0/+7
* Removed unnecessary function-level import.Baptiste Mispelon2013-12-161-1/+0
* Removed unnecessary call to force_text in utils.html.clea...Vajrasky Kok2013-12-161-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+11
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-2/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Fixed #7261 -- support for __html__ for library interoper...Unai Zalakain2013-10-151-2/+2
* Fixed #20364 -- Changed urlize regexes to include quotati...Giles Richard Greenway2013-09-251-2/+2
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-3/+3
* Simplified smart_urlquote and added some basic tests.Florian Apolloner2013-07-281-9/+6
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-7/+7