summaryrefslogtreecommitdiff
path: root/django/utils/encoding.py
AgeCommit message (Expand)Author
2013-03-22Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-02Fixed getting default encoding in get_system_usernameClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-16Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
2012-10-24Remove a case that is no longer reachable in encodings.py.Alex Gaynor
2012-09-04Fixed #18902 -- Made force_bytes properly handle exception inputClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-18Introduced force_bytes and force_str.Aymeric Augustin
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-12[py3] Deprecated StrAndUnicode.Aymeric Augustin
2012-08-12[py3] Added python_2_unicode_compatible decorator.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-24Remove double isinstance check in force_unicodeJeroen Dekkers
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-10-11Change some string literals to be unicode, because:Alex Gaynor
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2010-09-27Fixed #14290 -- Made format localization faster by caching the format modules...Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-28Fixed #12302: Modified force_unicode to avoid raising unicode errors whenKaren Tracey
2010-01-03Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe ch...Gary Wilson Jr
2009-05-08Fixed #10335: handle system locals unknown to Python in timezone name handlin...Jacob Kaplan-Moss
2009-04-13Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee
2009-02-11Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner
2008-08-26Fixed #6353 (again) by making force_unicode() and smart_str() a bit more robustMalcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-02-03Fixed #6301 -- Added '*' to the characters not converted by iri_to_uri(), asMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-04Fixed #5640 -- Added some extra error reporting when smart_unicode() orMalcolm Tredinnick
2007-10-20Added datetime.date to the things ignored by strings_only in [6406].Malcolm Tredinnick
2007-09-22Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ...Russell Keith-Magee
2007-09-15Fixed a small bug in strings_only handling for force_unicode().Malcolm Tredinnick
2007-08-06Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe...Adrian Holovaty
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-04Added a FIXME that I forgot to include earlier.Malcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm Tredinnick