index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2007-06-26
Worked around the situation when getdefaultlocale() might return (None, None),
Malcolm Tredinnick
2007-06-25
unicode: A different version of [5532], based on feedback from Windows users
Malcolm Tredinnick
2007-06-25
unicode: Fixed #4662 -- Fixed a remaining ASCII assumption in
Malcolm Tredinnick
2007-06-25
unicode: Fixed an encoding problem that was showing up on non-English versions
Malcolm Tredinnick
2007-06-25
unicode: Merged from trunk up to [5530]. Oracle backend has not been ported to
Malcolm Tredinnick
2007-06-18
unicode: Implemented comparisons between *_lazy() objects. comparing
Malcolm Tredinnick
2007-06-03
unicode: Implemented string interpolation for lazy objects.
Malcolm Tredinnick
2007-06-01
unicode: Reverted [5388] and fixed the problem in a different way. Checked
Malcolm Tredinnick
2007-05-31
unicode: Fixed #4442 -- Fixed a problem with string_concat() when
Malcolm Tredinnick
2007-05-31
unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in feed
Malcolm Tredinnick
2007-05-31
unicode: Changed handling of None in smart_unicode/force_unicode. There is no
Malcolm Tredinnick
2007-05-29
unicode: Merged from trunk up to [5380].
Malcolm Tredinnick
2007-05-26
unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work more
Malcolm Tredinnick
2007-05-25
unicode: Added a unicode-aware version of urlencode. Since we now have a
Malcolm Tredinnick
2007-05-24
unicode: Added unicode-aware equivalents of urllib.quote() and
Malcolm Tredinnick
2007-05-24
unicode: Fixed one of the changes in [5320] in a slightly different way. This
Malcolm Tredinnick
2007-05-24
unicode: Removed some redundant code.
Malcolm Tredinnick
2007-05-22
unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-19
unicode: Fixed iri_to_uri() to be not quite as broken (I think it's spec
Malcolm Tredinnick
2007-05-17
unicode: Added iri_to_uri() utility function and use it in the databrowse app.
Malcolm Tredinnick
2007-05-16
unicode: Found a str() call that had snuck through the cracks.
Malcolm Tredinnick
2007-05-16
unicode: Fixed #4313 -- fixed a problem with unicode strings and datetime
Malcolm Tredinnick
2007-05-16
unicode: Renamed no_trans() to the more descriptive deactivate_all(). Added a
Malcolm Tredinnick
2007-05-15
unicode: Audited syndication framework for unicode correctness.
Malcolm Tredinnick
2007-05-14
unicode: Audited contrib.contentypes for unicode problems.
Malcolm Tredinnick
2007-05-14
unicode: Fixed #4292 -- Added support for __unicode__ to lazy() objects.
Malcolm Tredinnick
2007-05-14
unicode: Replaced all implicit uses of _() from builtins with explicitly
Malcolm Tredinnick
2007-05-14
unicode: Made various changes to prevent actual and potential Python 2.3
Malcolm Tredinnick
2007-05-12
unicode: Added some bullet-proofing to the output encoding path. Passing bady
Malcolm Tredinnick
2007-04-28
unicode: Merged from trunk up to [5121].
Malcolm Tredinnick
2007-04-27
unicode: Changed StrAndUnicode class to be consistent with everything else as
Malcolm Tredinnick
2007-04-26
unicode: Merged from trunk up to [5080].
Malcolm Tredinnick
2007-04-21
Changed default template filters to always return unicode (and to handle unic...
Malcolm Tredinnick
2007-04-21
unicode: Added ugettext(), ungettext() and *_lazy() versions of same.
Malcolm Tredinnick
2007-04-21
unicode: Merged up to [5053].
Malcolm Tredinnick
2007-04-09
unicode: Converted the template output and database I/O interfaces to
Malcolm Tredinnick
2007-04-05
Backed out a portion of [4919] until I can make it worth smoothly with
Malcolm Tredinnick
2007-04-05
Small fix to [4931].
Malcolm Tredinnick
2007-04-05
Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N is
Malcolm Tredinnick
2007-04-04
Added a FIXME that I forgot to include earlier.
Malcolm Tredinnick
2007-04-04
Made django.utils.html.escape() work with unicode strings (and unicode-like
Malcolm Tredinnick
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick
2007-04-03
Fixed #3900 -- Included missing function in utils/translation/__init__.py.
Malcolm Tredinnick
2007-04-02
Delayed the reading of settings.USE_I18N until the first use of the i18n
Malcolm Tredinnick
2007-04-01
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...
Russell Keith-Magee
2007-03-30
Removed some trailing whitespace that had smuggled itself aboard in [4870].
Malcolm Tredinnick
2007-03-30
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
Malcolm Tredinnick
2007-03-20
Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...
Russell Keith-Magee
2007-03-16
Fixed spelling of initializing in datastructures.py comment
Adrian Holovaty
[next]