summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unicode: Added unicode-aware slugify filter (in Python) and better non-ASCIIarchive/attic/unicodeattic/unicodeMalcolm Tredinnick2007-07-043-4/+105
* unicode: Fixed a docstring that was no longer completely accurate.Malcolm Tredinnick2007-07-041-3/+2
* unicode: Added a comment to the example in [5602].Malcolm Tredinnick2007-07-041-0/+2
* unicode: Changed one Model.__str__ test to verify that old-style code stillMalcolm Tredinnick2007-07-041-1/+1
* unicode: Merged from trunk up to [5600].Malcolm Tredinnick2007-07-047-26/+52
* unicode: Made some documentation edits and inconsequential typo fixes through...Adrian Holovaty2007-07-038-191/+195
* unicode: Added a test to ensure that we title-case non-ASCII strings properly.Malcolm Tredinnick2007-07-031-0/+2
* unicode: Added support for non-ASCII labels for URL patterns.Malcolm Tredinnick2007-07-023-9/+18
* unicode: Added Unicode support for the Oracle backend. All tests pass.Malcolm Tredinnick2007-07-022-20/+54
* unicode: Fixed a method resolution order (mro) problem introduced in [5547]Malcolm Tredinnick2007-07-011-9/+20
* unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick2007-07-0150-527/+1899
* Worked around the situation when getdefaultlocale() might return (None, None),Malcolm Tredinnick2007-06-261-1/+1
* Fixed #4664 -- Forced the client character set encoding to UTF-8 for PostgreSQLMalcolm Tredinnick2007-06-252-60/+4
* unicode: A different version of [5532], based on feedback from Windows usersMalcolm Tredinnick2007-06-251-2/+8
* unicode: Fixed #4662 -- Fixed a remaining ASCII assumption inMalcolm Tredinnick2007-06-252-1/+4
* unicode: Fixed an encoding problem that was showing up on non-English versionsMalcolm Tredinnick2007-06-251-1/+2
* unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick2007-06-2578-3741/+11040
* unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick2007-06-182-1/+29
* unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick2007-06-178-23/+15
* unicode: Fixed #4583 -- Fixed a problem with displaying verbose names inMalcolm Tredinnick2007-06-172-3/+4
* unicode: Fixed #454 -- Fixed admin bug for custom primary keys. Thanks,Malcolm Tredinnick2007-06-171-1/+1
* unicode: Changed the way re-encoding of form field submission works so thatMalcolm Tredinnick2007-06-116-53/+54
* unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick2007-06-1118-38/+326
* unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick2007-06-113-10/+10
* unicode: Fixed #4493 -- Fixed a problem where a __unicode__ method was notMalcolm Tredinnick2007-06-091-2/+2
* unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template tag.Malcolm Tredinnick2007-06-091-3/+3
* unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext().Malcolm Tredinnick2007-06-091-1/+1
* unicode: Merged from trunk up to [5443].Malcolm Tredinnick2007-06-099-47/+170
* unicode: Fixed #4472 -- Must return unicode objects from __unicode__ methods.Malcolm Tredinnick2007-06-041-1/+4
* unicode: Implemented string interpolation for lazy objects.Malcolm Tredinnick2007-06-035-3/+30
* unicode: Merged from trunk up to [5418].Malcolm Tredinnick2007-06-0319-32/+116
* unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick2007-06-019-29/+54
* unicode: Merged from trunk up to [5398].Malcolm Tredinnick2007-06-018-10/+52
* unicode: Fixed #4442 -- Fixed a problem with string_concat() whenMalcolm Tredinnick2007-05-311-4/+4
* unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in feedMalcolm Tredinnick2007-05-311-20/+26
* unicode: Changed handling of None in smart_unicode/force_unicode. There is noMalcolm Tredinnick2007-05-311-0/+4
* unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick2007-05-3146-135/+182
* unicode: Merged from trunk up to [5380].Malcolm Tredinnick2007-05-2931-1789/+2077
* unicode: Changed header construction for WSGI servers so that we only sendMalcolm Tredinnick2007-05-291-2/+2
* unicode: Ensure that all the strings we put into a mod_python response areMalcolm Tredinnick2007-05-281-1/+1
* unicode: Fixed a bug in lazy_inter().Malcolm Tredinnick2007-05-281-1/+1
* Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)Malcolm Tredinnick2007-05-283-6/+13
* unicode: Fixed a docstring from [5373].Malcolm Tredinnick2007-05-281-1/+1
* unicode: Fixed decoding problems in POST when a form upload was part of a form.Malcolm Tredinnick2007-05-281-1/+1
* unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick2007-05-284-3/+21
* unicode: Changed the place where we compute verbose_name_raw. It's doneMalcolm Tredinnick2007-05-261-9/+14
* unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work moreMalcolm Tredinnick2007-05-261-1/+11
* unicode: Fixed a dubious test construct.Malcolm Tredinnick2007-05-251-4/+4
* unicode: Added a more convenient way to set/change the encoding on a requestMalcolm Tredinnick2007-05-254-8/+30
* unicode: Changed the markup filters to use force_unicode() instead ofMalcolm Tredinnick2007-05-251-7/+7