summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/html.py
AgeCommit message (Collapse)Author
2011-01-13[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ↵Ramiro Morales
instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality to django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch. Backport of [15131] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-28[1.2.X] A few test optimizations; using native unittest where no ↵Russell Keith-Magee
Django-specific TestCase features are required. Backport of r13935 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-27[1.2.X] Reorganized utils tests so it's all in separate modules. Thanks to ↵Russell Keith-Magee
Stephan Jaekel. Backport of r13889 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13910 bcc190cf-cafb-0310-a4f2-bffc1f526a37