index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2007-07-04
unicode: Added unicode-aware slugify filter (in Python) and better non-ASCII
archive/attic/unicode
Malcolm Tredinnick
2007-07-04
unicode: Added a comment to the example in [5602].
Malcolm Tredinnick
2007-07-04
unicode: Changed one Model.__str__ test to verify that old-style code still
Malcolm Tredinnick
2007-07-03
unicode: Added a test to ensure that we title-case non-ASCII strings properly.
Malcolm Tredinnick
2007-07-02
unicode: Added support for non-ASCII labels for URL patterns.
Malcolm Tredinnick
2007-07-01
unicode: Merged changes from trunk up to [5579].
Malcolm Tredinnick
2007-06-25
unicode: Fixed #4662 -- Fixed a remaining ASCII assumption in
Malcolm Tredinnick
2007-06-25
unicode: Merged from trunk up to [5530]. Oracle backend has not been ported to
Malcolm Tredinnick
2007-06-18
unicode: Implemented comparisons between *_lazy() objects. comparing
Malcolm Tredinnick
2007-06-17
unicode: Render templates as unicode objects and only convert them to
Malcolm Tredinnick
2007-06-11
unicode: Changed the way re-encoding of form field submission works so that
Malcolm Tredinnick
2007-06-11
unicode: Merged changes from trunk up to [5460].
Malcolm Tredinnick
2007-06-11
unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed a
Malcolm Tredinnick
2007-06-09
unicode: Merged from trunk up to [5443].
Malcolm Tredinnick
2007-06-03
unicode: Implemented string interpolation for lazy objects.
Malcolm Tredinnick
2007-06-03
unicode: Merged from trunk up to [5418].
Malcolm Tredinnick
2007-06-01
unicode: Reverted [5388] and fixed the problem in a different way. Checked
Malcolm Tredinnick
2007-06-01
unicode: Merged from trunk up to [5398].
Malcolm Tredinnick
2007-05-31
unicode: Changed all tests and documentation to use __unicode__ instead of
Malcolm Tredinnick
2007-05-29
unicode: Merged from trunk up to [5380].
Malcolm Tredinnick
2007-05-28
Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)
Malcolm Tredinnick
2007-05-28
unicode: Fixed a problem when models had non-ASCII bytestrings for their
Malcolm Tredinnick
2007-05-25
unicode: Fixed a dubious test construct.
Malcolm Tredinnick
2007-05-25
unicode: Added a check to ensure that iri_to_uri() remains idempotent.
Malcolm Tredinnick
2007-05-25
unicode: Added a unicode-aware version of urlencode. Since we now have a
Malcolm Tredinnick
2007-05-24
unicode: Added unicode-aware equivalents of urllib.quote() and
Malcolm Tredinnick
2007-05-24
unicode: Fixed one of the changes in [5320] in a slightly different way. This
Malcolm Tredinnick
2007-05-23
unicode: Fixed a number of problems where lazily translated objects were not
Malcolm Tredinnick
2007-05-22
unicode: Documented the new iriencode filter and added a test to prove one of
Malcolm Tredinnick
2007-05-22
unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
Malcolm Tredinnick
2007-05-22
unicode: Added a note about some tests that fail for MySQL. Changed the test
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-19
unicode: Fixed iri_to_uri() to be not quite as broken (I think it's spec
Malcolm Tredinnick
2007-05-17
unicode: Added iri_to_uri() utility function and use it in the databrowse app.
Malcolm Tredinnick
2007-05-17
unicode: Fixed urlencode filter to handle IRI portions and map them to URI
Malcolm Tredinnick
2007-05-16
unicode: Test changes that I forgot to commit in [5271].
Malcolm Tredinnick
2007-05-15
unicode: Made the serializers unicode-aware. Refs #3878, #4227.
Malcolm Tredinnick
2007-05-14
unicode: Added test to verify fix of #3492.
Malcolm Tredinnick
2007-05-14
unicode: Merged from trunk to [5237].
Malcolm Tredinnick
2007-05-14
unicode: Added in a test that I want to work later (once some i18n problems are
Malcolm Tredinnick
2007-05-14
unicode: Changed a few more places in newforms where str() was being used with
Malcolm Tredinnick
2007-05-14
unicode: Replaced all implicit uses of _() from builtins with explicitly
Malcolm Tredinnick
2007-05-14
unicode: Replaced remaining uses in Python code of gettext() with ugettext().
Malcolm Tredinnick
2007-05-14
unicode: Improved the test slightly for RadioSelect widgets with unicode
Malcolm Tredinnick
2007-05-14
unicode: Merged from trunk up to [5222] (want to use the extra tests).
Malcolm Tredinnick
2007-05-13
unicode: Merged from trunk up to [5213].
Malcolm Tredinnick
2007-05-12
unicode: Added another test to make sure we don't screw up bytestrings.
Malcolm Tredinnick
2007-05-12
unicode: Added some more unicode conversions in django.db.models.*.
Malcolm Tredinnick
2007-05-12
unicode: Removed some duplicated code that had crept in. Some kind of tragic
Malcolm Tredinnick
2007-05-12
unicode: Added handling for illegaly encoded form input.
Malcolm Tredinnick
[next]