Aymeric Augustin
|
85cd458944
|
Removed u prefixes on unicode strings.
They break Python 3.
|
2012-07-20 12:29:22 +02:00 |
Luke Plant
|
bee498f3a2
|
Added 'format_html' utility for formatting HTML fragments safely
|
2012-07-03 22:20:12 +01:00 |
Claude Paroz
|
4a103086d5
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
|
2012-06-07 18:08:47 +02:00 |
Luke Plant
|
cf11e3789b
|
Fixed #7267 - UnicodeDecodeError in clean_html
Thanks to Nikolay for the report, and gav and aaugustin for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-04-28 14:08:53 +00:00 |
Ramiro Morales
|
0f783b7f4e
|
Fixed #2986 -- Made the JavaScript code that drives related model instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality yoo django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-01-02 17:34:52 +00:00 |
Russell Keith-Magee
|
ec3ba39fdb
|
A few test optimizations; using native unittest where no Django-specific TestCase features are required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-09-28 08:18:12 +00:00 |
Russell Keith-Magee
|
ba53cd30d1
|
Reorganized utils tests so it's all in separate modules. Thanks to Stephan Jaekel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-09-27 15:15:04 +00:00 |