summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick2007-07-012-0/+100
* unicode: Fixed #4662 -- Fixed a remaining ASCII assumption inMalcolm Tredinnick2007-06-251-0/+3
* unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick2007-06-258-10/+115
* unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick2007-06-181-1/+17
* unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick2007-06-173-4/+4
* unicode: Changed the way re-encoding of form field submission works so thatMalcolm Tredinnick2007-06-114-9/+31
* unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick2007-06-111-8/+9
* unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick2007-06-111-4/+4
* unicode: Merged from trunk up to [5443].Malcolm Tredinnick2007-06-091-0/+14
* unicode: Implemented string interpolation for lazy objects.Malcolm Tredinnick2007-06-033-0/+17
* unicode: Merged from trunk up to [5418].Malcolm Tredinnick2007-06-033-0/+45
* unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick2007-06-011-1/+19
* unicode: Merged from trunk up to [5398].Malcolm Tredinnick2007-06-011-0/+21
* unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick2007-05-3140-112/+115
* unicode: Merged from trunk up to [5380].Malcolm Tredinnick2007-05-293-0/+24
* Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)Malcolm Tredinnick2007-05-281-0/+7
* unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick2007-05-283-0/+17
* unicode: Fixed a dubious test construct.Malcolm Tredinnick2007-05-251-4/+4
* unicode: Added a check to ensure that iri_to_uri() remains idempotent.Malcolm Tredinnick2007-05-251-0/+4
* unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick2007-05-253-5/+9
* unicode: Added unicode-aware equivalents of urllib.quote() andMalcolm Tredinnick2007-05-241-0/+9
* unicode: Fixed one of the changes in [5320] in a slightly different way. ThisMalcolm Tredinnick2007-05-241-55/+2
* unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick2007-05-232-4/+57
* unicode: Documented the new iriencode filter and added a test to prove one ofMalcolm Tredinnick2007-05-221-0/+2
* unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick2007-05-222-12/+12
* unicode: Added a note about some tests that fail for MySQL. Changed the testMalcolm Tredinnick2007-05-221-4/+6
* unicode: Merged from trunk up to [5308].Malcolm Tredinnick2007-05-219-90/+187
* unicode: Fixed iri_to_uri() to be not quite as broken (I think it's specMalcolm Tredinnick2007-05-191-1/+1
* unicode: Added iri_to_uri() utility function and use it in the databrowse app.Malcolm Tredinnick2007-05-171-3/+11
* unicode: Fixed urlencode filter to handle IRI portions and map them to URIMalcolm Tredinnick2007-05-171-1/+2
* unicode: Test changes that I forgot to commit in [5271].Malcolm Tredinnick2007-05-161-7/+7
* unicode: Made the serializers unicode-aware. Refs #3878, #4227.Malcolm Tredinnick2007-05-151-23/+26
* unicode: Added test to verify fix of #3492.Malcolm Tredinnick2007-05-141-1/+6
* unicode: Merged from trunk to [5237].Malcolm Tredinnick2007-05-146-42/+100
* unicode: Added in a test that I want to work later (once some i18n problems areMalcolm Tredinnick2007-05-141-0/+6
* unicode: Changed a few more places in newforms where str() was being used withMalcolm Tredinnick2007-05-141-0/+10
* unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick2007-05-141-1/+1
* unicode: Replaced remaining uses in Python code of gettext() with ugettext().Malcolm Tredinnick2007-05-141-2/+2
* unicode: Improved the test slightly for RadioSelect widgets with unicodeMalcolm Tredinnick2007-05-141-3/+3
* unicode: Merged from trunk up to [5222] (want to use the extra tests).Malcolm Tredinnick2007-05-141-5/+33
* unicode: Merged from trunk up to [5213].Malcolm Tredinnick2007-05-133-1/+98
* unicode: Added another test to make sure we don't screw up bytestrings.Malcolm Tredinnick2007-05-121-0/+4
* unicode: Added some more unicode conversions in django.db.models.*.Malcolm Tredinnick2007-05-122-12/+22
* unicode: Removed some duplicated code that had crept in. Some kind of tragicMalcolm Tredinnick2007-05-121-29/+4
* unicode: Added handling for illegaly encoded form input.Malcolm Tredinnick2007-05-121-0/+10
* unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick2007-05-1120-30/+399
* unicode: First part of the form input changes. Form parameters are nowMalcolm Tredinnick2007-05-111-37/+37
* unicode: Merged from trunk up to [5150].Malcolm Tredinnick2007-05-057-16/+65
* unicode: Merged from trunk up to [5121].Malcolm Tredinnick2007-04-286-23/+355
* unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick2007-04-262-10/+10