summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-04unicode: Added unicode-aware slugify filter (in Python) and better non-ASCIIarchive/attic/unicodeMalcolm Tredinnick
2007-07-04unicode: Fixed a docstring that was no longer completely accurate.Malcolm Tredinnick
2007-07-04unicode: Added a comment to the example in [5602].Malcolm Tredinnick
2007-07-04unicode: Changed one Model.__str__ test to verify that old-style code stillMalcolm Tredinnick
2007-07-04unicode: Merged from trunk up to [5600].Malcolm Tredinnick
2007-07-03unicode: Made some documentation edits and inconsequential typo fixes through...Adrian Holovaty
2007-07-03unicode: Added a test to ensure that we title-case non-ASCII strings properly.Malcolm Tredinnick
2007-07-02unicode: Added support for non-ASCII labels for URL patterns.Malcolm Tredinnick
2007-07-02unicode: Added Unicode support for the Oracle backend. All tests pass.Malcolm Tredinnick
2007-07-01unicode: Fixed a method resolution order (mro) problem introduced in [5547]Malcolm Tredinnick
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-26Worked around the situation when getdefaultlocale() might return (None, None),Malcolm Tredinnick
2007-06-25Fixed #4664 -- Forced the client character set encoding to UTF-8 for PostgreSQLMalcolm Tredinnick
2007-06-25unicode: A different version of [5532], based on feedback from Windows usersMalcolm Tredinnick
2007-06-25unicode: Fixed #4662 -- Fixed a remaining ASCII assumption inMalcolm Tredinnick
2007-06-25unicode: Fixed an encoding problem that was showing up on non-English versionsMalcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-18unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick
2007-06-17unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick
2007-06-17unicode: Fixed #4583 -- Fixed a problem with displaying verbose names inMalcolm Tredinnick
2007-06-17unicode: Fixed #454 -- Fixed admin bug for custom primary keys. Thanks,Malcolm Tredinnick
2007-06-11unicode: Changed the way re-encoding of form field submission works so thatMalcolm Tredinnick
2007-06-11unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick
2007-06-11unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick
2007-06-09unicode: Fixed #4493 -- Fixed a problem where a __unicode__ method was notMalcolm Tredinnick
2007-06-09unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template tag.Malcolm Tredinnick
2007-06-09unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext().Malcolm Tredinnick
2007-06-09unicode: Merged from trunk up to [5443].Malcolm Tredinnick
2007-06-04unicode: Fixed #4472 -- Must return unicode objects from __unicode__ methods.Malcolm Tredinnick
2007-06-03unicode: Implemented string interpolation for lazy objects.Malcolm Tredinnick
2007-06-03unicode: Merged from trunk up to [5418].Malcolm Tredinnick
2007-06-01unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick
2007-06-01unicode: Merged from trunk up to [5398].Malcolm Tredinnick
2007-05-31unicode: Fixed #4442 -- Fixed a problem with string_concat() whenMalcolm Tredinnick
2007-05-31unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in feedMalcolm Tredinnick
2007-05-31unicode: Changed handling of None in smart_unicode/force_unicode. There is noMalcolm Tredinnick
2007-05-31unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick
2007-05-29unicode: Merged from trunk up to [5380].Malcolm Tredinnick
2007-05-29unicode: Changed header construction for WSGI servers so that we only sendMalcolm Tredinnick
2007-05-28unicode: Ensure that all the strings we put into a mod_python response areMalcolm Tredinnick
2007-05-28unicode: Fixed a bug in lazy_inter().Malcolm Tredinnick
2007-05-28Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)Malcolm Tredinnick
2007-05-28unicode: Fixed a docstring from [5373].Malcolm Tredinnick
2007-05-28unicode: Fixed decoding problems in POST when a form upload was part of a form.Malcolm Tredinnick
2007-05-28unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick
2007-05-26unicode: Changed the place where we compute verbose_name_raw. It's doneMalcolm Tredinnick
2007-05-26unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work moreMalcolm Tredinnick
2007-05-25unicode: Fixed a dubious test construct.Malcolm Tredinnick
2007-05-25unicode: Added a more convenient way to set/change the encoding on a requestMalcolm Tredinnick
2007-05-25unicode: Changed the markup filters to use force_unicode() instead ofMalcolm Tredinnick