summaryrefslogtreecommitdiff
path: root/tests/regressiontests
Commit message (Expand)AuthorAgeFilesLines
* unicode: Added unicode-aware slugify filter (in Python) and better non-ASCIIarchive/attic/unicodeattic/unicodeMalcolm Tredinnick2007-07-041-0/+3
* 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-022-0/+3
* unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick2007-07-011-0/+3
* 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-032-0/+41
* unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick2007-06-011-1/+19
* unicode: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick2007-05-313-13/+13
* 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-282-0/+16
* 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-251-1/+1
* 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-231-2/+55
* 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-217-81/+172
* 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: Merged from trunk to [5237].Malcolm Tredinnick2007-05-145-35/+93
* 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-132-0/+69
* 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-121-11/+21
* 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-118-4/+172
* 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-052-1/+55
* unicode: Merged from trunk up to [5121].Malcolm Tredinnick2007-04-285-21/+316