summaryrefslogtreecommitdiff
path: root/django/contrib/admin/utils.py
AgeCommit message (Expand)Author
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-12-07Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ...Adrian Holovaty
2005-11-27Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...Adrian Holovaty