summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-07-04unicode: Added unicode-aware slugify filter (in Python) and better non-ASCIIarchive/attic/unicodeMalcolm 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-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-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-25unicode: Fixed #4662 -- Fixed a remaining ASCII assumption inMalcolm 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-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: Merged from trunk up to [5443].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: Changed all tests and documentation to use __unicode__ instead ofMalcolm Tredinnick
2007-05-29unicode: Merged from trunk up to [5380].Malcolm Tredinnick
2007-05-28Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)Malcolm Tredinnick
2007-05-28unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick
2007-05-25unicode: Fixed a dubious test construct.Malcolm Tredinnick
2007-05-25unicode: Added a check to ensure that iri_to_uri() remains idempotent.Malcolm Tredinnick
2007-05-25unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick
2007-05-24unicode: Added unicode-aware equivalents of urllib.quote() andMalcolm Tredinnick
2007-05-24unicode: Fixed one of the changes in [5320] in a slightly different way. ThisMalcolm Tredinnick
2007-05-23unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick
2007-05-22unicode: Documented the new iriencode filter and added a test to prove one ofMalcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-22unicode: Added a note about some tests that fail for MySQL. Changed the testMalcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-19unicode: Fixed iri_to_uri() to be not quite as broken (I think it's specMalcolm Tredinnick
2007-05-17unicode: Added iri_to_uri() utility function and use it in the databrowse app.Malcolm Tredinnick
2007-05-17unicode: Fixed urlencode filter to handle IRI portions and map them to URIMalcolm Tredinnick
2007-05-16unicode: Test changes that I forgot to commit in [5271].Malcolm Tredinnick
2007-05-15unicode: Made the serializers unicode-aware. Refs #3878, #4227.Malcolm Tredinnick
2007-05-14unicode: Added test to verify fix of #3492.Malcolm Tredinnick
2007-05-14unicode: Merged from trunk to [5237].Malcolm Tredinnick
2007-05-14unicode: Added in a test that I want to work later (once some i18n problems areMalcolm Tredinnick
2007-05-14unicode: Changed a few more places in newforms where str() was being used withMalcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-14unicode: Replaced remaining uses in Python code of gettext() with ugettext().Malcolm Tredinnick
2007-05-14unicode: Improved the test slightly for RadioSelect widgets with unicodeMalcolm Tredinnick
2007-05-14unicode: Merged from trunk up to [5222] (want to use the extra tests).Malcolm Tredinnick
2007-05-13unicode: Merged from trunk up to [5213].Malcolm Tredinnick
2007-05-12unicode: Added another test to make sure we don't screw up bytestrings.Malcolm Tredinnick
2007-05-12unicode: Added some more unicode conversions in django.db.models.*.Malcolm Tredinnick
2007-05-12unicode: Removed some duplicated code that had crept in. Some kind of tragicMalcolm Tredinnick
2007-05-12unicode: Added handling for illegaly encoded form input.Malcolm Tredinnick