summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* unicode: Merged from trunk up to [5600].Malcolm Tredinnick2007-07-044-2/+26
* unicode: Made some documentation edits and inconsequential typo fixes through...Adrian Holovaty2007-07-034-5/+6
* unicode: Added support for non-ASCII labels for URL patterns.Malcolm Tredinnick2007-07-021-9/+15
* 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-0132-488/+1544
* 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-251-1/+1
* 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-2560-3703/+10864
* unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick2007-06-181-0/+12
* unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick2007-06-175-19/+11
* 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-112-44/+23
* unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick2007-06-1110-26/+54
* unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick2007-06-112-6/+6
* 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-091-16/+40
* 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-032-3/+13
* unicode: Merged from trunk up to [5418].Malcolm Tredinnick2007-06-037-12/+23
* unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick2007-06-018-28/+35
* unicode: Merged from trunk up to [5398].Malcolm Tredinnick2007-06-016-8/+29
* 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: Merged from trunk up to [5380].Malcolm Tredinnick2007-05-2915-1761/+1850
* 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-282-6/+6
* 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-281-3/+4
* 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: Added a more convenient way to set/change the encoding on a requestMalcolm Tredinnick2007-05-253-5/+24
* unicode: Changed the markup filters to use force_unicode() instead ofMalcolm Tredinnick2007-05-251-7/+7
* unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick2007-05-253-20/+37
* unicode: Merged from trunk up to [5333].Malcolm Tredinnick2007-05-254-27/+5
* unicode: Fixed some more Python 2.3 problems (thank-you, test suite!)Malcolm Tredinnick2007-05-242-22/+22
* unicode: Fixed a few Python 2.3 problems caused by 2.3's slightly brain-damagedMalcolm Tredinnick2007-05-243-24/+25
* unicode: Added unicode-aware equivalents of urllib.quote() andMalcolm Tredinnick2007-05-241-2/+23
* unicode: Added call to iri_to_uri() on the result of a reverse() call. ThisMalcolm Tredinnick2007-05-241-1/+2
* unicode: Fixed #4367 -- Fixed a problem when trying to display someMalcolm Tredinnick2007-05-241-1/+6