index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
encoding.py
Age
Commit message (
Expand
)
Author
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-06-05
Fixed #24927 -- Used python_2_unicode_compatible from six
Matthew Somerville
2015-05-27
Fixed #24836 -- Made force_text() resolve lazy objects.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-06-07
Optimize is_protected_type slightly (used by force_text, which is used basica...
Alex Gaynor
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-06
Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.
Florian Apolloner
2013-09-06
Fixed #21052 -- Small performance optimization.
Aymeric Augustin
2013-09-06
Fixed #18719 -- Made force_bytes more consistent with force_text.
Aymeric Augustin
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-06-28
Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.
Ramiro Morales
2013-03-22
Fixed #20108 -- Fixed filepath_to_uri decoding error
Claude Paroz
2013-03-02
Fixed getting default encoding in get_system_username
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-16
Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
Tim Graham
2012-10-24
Remove a case that is no longer reachable in encodings.py.
Alex Gaynor
2012-09-04
Fixed #18902 -- Made force_bytes properly handle exception input
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-18
Introduced force_bytes and force_str.
Aymeric Augustin
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-14
[py3] Fixed staticfiles tests
Claude 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-24
Remove double isinstance check in force_unicode
Jeroen 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-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-23
Replaced types.NoneType occurrences
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-10-11
Change some string literals to be unicode, because:
Alex Gaynor
2011-02-04
Fixed #15181 -- Ensure that special characters are escaped when querying for ...
Russell Keith-Magee
2010-09-27
Fixed #14290 -- Made format localization faster by caching the format modules...
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-28
Fixed #12302: Modified force_unicode to avoid raising unicode errors when
Karen Tracey
2010-01-03
Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe ch...
Gary Wilson Jr
2009-05-08
Fixed #10335: handle system locals unknown to Python in timezone name handlin...
Jacob Kaplan-Moss
[next]