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
Age
Commit message (
Expand
)
Author
2007-07-04
unicode: Added unicode-aware slugify filter (in Python) and better non-ASCII
archive/attic/unicode
Malcolm Tredinnick
2007-07-04
unicode: Fixed a docstring that was no longer completely accurate.
Malcolm Tredinnick
2007-07-04
unicode: Added a comment to the example in [5602].
Malcolm Tredinnick
2007-07-04
unicode: Changed one Model.__str__ test to verify that old-style code still
Malcolm Tredinnick
2007-07-04
unicode: Merged from trunk up to [5600].
Malcolm Tredinnick
2007-07-03
unicode: Made some documentation edits and inconsequential typo fixes through...
Adrian Holovaty
2007-07-03
unicode: Added a test to ensure that we title-case non-ASCII strings properly.
Malcolm Tredinnick
2007-07-02
unicode: Added support for non-ASCII labels for URL patterns.
Malcolm Tredinnick
2007-07-02
unicode: Added Unicode support for the Oracle backend. All tests pass.
Malcolm Tredinnick
2007-07-01
unicode: Fixed a method resolution order (mro) problem introduced in [5547]
Malcolm Tredinnick
2007-07-01
unicode: Merged changes from trunk up to [5579].
Malcolm Tredinnick
2007-06-26
Worked around the situation when getdefaultlocale() might return (None, None),
Malcolm Tredinnick
2007-06-25
Fixed #4664 -- Forced the client character set encoding to UTF-8 for PostgreSQL
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-17
unicode: Render templates as unicode objects and only convert them to
Malcolm Tredinnick
2007-06-17
unicode: Fixed #4583 -- Fixed a problem with displaying verbose names in
Malcolm Tredinnick
2007-06-17
unicode: Fixed #454 -- Fixed admin bug for custom primary keys. Thanks,
Malcolm Tredinnick
2007-06-11
unicode: Changed the way re-encoding of form field submission works so that
Malcolm Tredinnick
2007-06-11
unicode: Merged changes from trunk up to [5460].
Malcolm Tredinnick
2007-06-11
unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed a
Malcolm Tredinnick
2007-06-09
unicode: Fixed #4493 -- Fixed a problem where a __unicode__ method was not
Malcolm Tredinnick
2007-06-09
unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template tag.
Malcolm Tredinnick
2007-06-09
unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext().
Malcolm Tredinnick
2007-06-09
unicode: Merged from trunk up to [5443].
Malcolm Tredinnick
2007-06-04
unicode: Fixed #4472 -- Must return unicode objects from __unicode__ methods.
Malcolm Tredinnick
2007-06-03
unicode: Implemented string interpolation for lazy objects.
Malcolm Tredinnick
2007-06-03
unicode: Merged from trunk up to [5418].
Malcolm Tredinnick
2007-06-01
unicode: Reverted [5388] and fixed the problem in a different way. Checked
Malcolm Tredinnick
2007-06-01
unicode: Merged from trunk up to [5398].
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-31
unicode: Changed all tests and documentation to use __unicode__ instead of
Malcolm Tredinnick
2007-05-29
unicode: Merged from trunk up to [5380].
Malcolm Tredinnick
2007-05-29
unicode: Changed header construction for WSGI servers so that we only send
Malcolm Tredinnick
2007-05-28
unicode: Ensure that all the strings we put into a mod_python response are
Malcolm Tredinnick
2007-05-28
unicode: Fixed a bug in lazy_inter().
Malcolm Tredinnick
2007-05-28
Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)
Malcolm Tredinnick
2007-05-28
unicode: Fixed a docstring from [5373].
Malcolm Tredinnick
2007-05-28
unicode: Fixed decoding problems in POST when a form upload was part of a form.
Malcolm Tredinnick
2007-05-28
unicode: Fixed a problem when models had non-ASCII bytestrings for their
Malcolm Tredinnick
2007-05-26
unicode: Changed the place where we compute verbose_name_raw. It's done
Malcolm Tredinnick
2007-05-26
unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work more
Malcolm Tredinnick
2007-05-25
unicode: Fixed a dubious test construct.
Malcolm Tredinnick
2007-05-25
unicode: Added a more convenient way to set/change the encoding on a request
Malcolm Tredinnick
2007-05-25
unicode: Changed the markup filters to use force_unicode() instead of
Malcolm Tredinnick
[next]