Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admindocs/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24625 -- Prevented arbitrary file inclusion in adm...Markus Holtermann2015-04-111-1/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
* Changed docstrings in admindocs/utils to comply to PEP 257Zan Anderle2014-11-031-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+18
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+5
* Fixed all the E203 violationsAlex Gaynor2013-10-271-9/+9
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-4/+8
* Fixed #6681 -- Don't break docutils when rendering reStru...Tai Lee2013-10-041-4/+12
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed a bunch of imports of the email stdlib module now t...Jannis Leidel2011-09-091-2/+3
* Fixed #12892 - Fixed unicode related bug in a utility fun...Jannis Leidel2010-05-101-1/+2
* Fixed #8971: correctly reverse urls in admindocs reST rol...Jacob Kaplan-Moss2009-05-071-2/+3
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-0/+103