Django

Code

root/django/branches/unicode/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5608 [5608] 07/04/07 04:28:29 mtredinnick unicode: Added unicode-aware slugify filter (in Python) and better …
(edit) @5603 [5603] 07/04/07 01:50:23 mtredinnick unicode: Added a comment to the example in [5602].
(edit) @5602 [5602] 07/04/07 01:05:45 mtredinnick unicode: Changed one Model.str test to verify that old-style code …
(edit) @5591 [5591] 07/03/07 07:35:24 mtredinnick unicode: Added a test to ensure that we title-case non-ASCII strings …
(edit) @5585 [5585] 07/02/07 07:24:58 mtredinnick unicode: Added support for non-ASCII labels for URL patterns.
(edit) @5580 [5580] 07/01/07 00:55:01 mtredinnick unicode: Merged changes from trunk up to [5579].
(edit) @5533 [5533] 06/25/07 08:11:10 mtredinnick unicode: Fixed #4662 -- Fixed a remaining ASCII assumption …
(edit) @5531 [5531] 06/25/07 07:47:19 mtredinnick unicode: Merged from trunk up to [5530]. Oracle backend has not been …
(edit) @5489 [5489] 06/17/07 21:23:24 mtredinnick unicode: Implemented comparisons between *_lazy() objects. …
(edit) @5487 [5487] 06/17/07 05:25:48 mtredinnick unicode: Render templates as unicode objects and only convert them …
(edit) @5464 [5464] 06/11/07 15:02:08 mtredinnick unicode: Changed the way re-encoding of form field submission works so …
(edit) @5462 [5462] 06/11/07 09:51:26 mtredinnick unicode: Merged changes from trunk up to [5460].
(edit) @5461 [5461] 06/11/07 09:30:53 mtredinnick unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed …
(edit) @5444 [5444] 06/09/07 09:08:14 mtredinnick unicode: Merged from trunk up to [5443].
(edit) @5420 [5420] 06/03/07 00:35:06 mtredinnick unicode: Implemented string interpolation for lazy objects.
(edit) @5419 [5419] 06/02/07 23:45:23 mtredinnick unicode: Merged from trunk up to [5418].
(edit) @5400 [5400] 06/01/07 02:30:40 mtredinnick unicode: Reverted [5388] and fixed the problem in a different way. …
(edit) @5399 [5399] 06/01/07 01:19:01 mtredinnick unicode: Merged from trunk up to [5398].
(edit) @5386 [5386] 05/30/07 23:25:40 mtredinnick unicode: Changed all tests and documentation to use unicode instead …
(edit) @5381 [5381] 05/29/07 08:09:48 mtredinnick unicode: Merged from trunk up to [5380].
(edit) @5375 [5375] 05/28/07 08:02:16 mtredinnick Fixed #4403 -- Stopped pushing form error messages (which are unicode …
(edit) @5372 [5372] 05/28/07 06:04:13 mtredinnick unicode: Fixed a problem when models had non-ASCII bytestrings for …
(edit) @5343 [5343] 05/25/07 05:36:14 mtredinnick unicode: Fixed a dubious test construct.
(edit) @5339 [5339] 05/25/07 02:31:03 mtredinnick unicode: Added a check to ensure that iri_to_uri() remains idempotent.
(edit) @5338 [5338] 05/25/07 02:25:34 mtredinnick unicode: Added a unicode-aware version of urlencode. Since we now have …
(edit) @5328 [5328] 05/24/07 01:44:54 mtredinnick unicode: Added unicode-aware equivalents of urllib.quote() …
(edit) @5322 [5322] 05/23/07 20:01:32 mtredinnick unicode: Fixed one of the changes in [5320] in a slightly different way. …
(edit) @5320 [5320] 05/22/07 22:46:57 mtredinnick unicode: Fixed a number of problems where lazily translated objects were …
(edit) @5317 [5317] 05/22/07 03:50:47 mtredinnick unicode: Documented the new iriencode filter and added a test to prove one …
(edit) @5314 [5314] 05/22/07 03:06:57 mtredinnick unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
(edit) @5312 [5312] 05/21/07 19:46:08 mtredinnick unicode: Added a note about some tests that fail for MySQL. Changed the …
(edit) @5310 [5310] 05/21/07 18:24:06 mtredinnick unicode: Merged from trunk up to [5308].
(edit) @5283 [5283] 05/18/07 19:17:23 mtredinnick unicode: Fixed iri_to_uri() to be not quite as broken (I think it's …
(edit) @5278 [5278] 05/17/07 13:19:40 mtredinnick unicode: Added iri_to_uri() utility function and use it in the databrowse …
(edit) @5273 [5273] 05/16/07 20:19:03 mtredinnick unicode: Fixed urlencode filter to handle IRI portions and map them to …
(edit) @5272 [5272] 05/16/07 18:11:49 mtredinnick unicode: Test changes that I forgot to commit in [5271].
(edit) @5248 [5248] 05/15/07 11:14:55 mtredinnick unicode: Made the serializers unicode-aware. Refs #3878, #4227.
(edit) @5243 [5243] 05/14/07 16:58:01 mtredinnick unicode: Added test to verify fix of #3492.
(edit) @5241 [5241] 05/14/07 14:42:13 mtredinnick unicode: Merged from trunk to [5237].
(edit) @5238 [5238] 05/14/07 13:39:03 mtredinnick unicode: Added in a test that I want to work later (once some i18n …
(edit) @5236 [5236] 05/14/07 11:06:27 mtredinnick unicode: Changed a few more places in newforms where str() was being used …
(edit) @5230 [5230] 05/14/07 06:56:20 mtredinnick unicode: Replaced all implicit uses of _() from builtins with …
(edit) @5229 [5229] 05/14/07 06:24:37 mtredinnick unicode: Replaced remaining uses in Python code of gettext() with …
(edit) @5226 [5226] 05/14/07 05:18:29 mtredinnick unicode: Improved the test slightly for RadioSelect? widgets with …
(edit) @5224 [5224] 05/14/07 02:16:27 mtredinnick unicode: Merged from trunk up to [5222] (want to use the extra tests).
(edit) @5214 [5214] 05/13/07 01:23:30 mtredinnick unicode: Merged from trunk up to [5213].
(edit) @5205 [5205] 05/12/07 10:31:52 mtredinnick unicode: Added another test to make sure we don't screw up bytestrings.
(edit) @5203 [5203] 05/12/07 10:07:17 mtredinnick unicode: Added some more unicode conversions in django.db.models.*.
(edit) @5198 [5198] 05/12/07 01:32:23 mtredinnick unicode: Removed some duplicated code that had crept in. Some kind of …
(edit) @5197 [5197] 05/12/07 00:29:10 mtredinnick unicode: Added handling for illegaly encoded form input.
(edit) @5185 [5185] 05/11/07 02:28:33 mtredinnick unicode: Merged changes from trunk up to [5182].
(edit) @5184 [5184] 05/11/07 01:03:40 mtredinnick unicode: First part of the form input changes. Form parameters are …
(edit) @5151 [5151] 05/05/07 04:53:50 mtredinnick unicode: Merged from trunk up to [5150].
(edit) @5126 [5126] 04/28/07 11:49:21 mtredinnick unicode: Merged from trunk up to [5121].
(edit) @5082 [5082] 04/26/07 04:58:44 mtredinnick unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls …
(edit) @5081 [5081] 04/26/07 04:53:45 mtredinnick unicode: Merged from trunk up to [5080].
(edit) @5057 [5057] 04/21/07 22:13:00 mtredinnick unicode: Fixed #3996. Added check for model-specific unicode method …
(edit) @5056 [5056] 04/21/07 09:34:43 mtredinnick Changed default template filters to always return unicode (and to handle …
(edit) @5054 [5054] 04/21/07 01:18:25 mtredinnick unicode: Merged up to [5053].
(edit) @4973 [4973] 04/09/07 06:09:17 mtredinnick unicode: Merged with trunk up to [4970].
(edit) @4971 [4971] 04/09/07 05:33:57 mtredinnick unicode: Converted the template output and database I/O interfaces …
(copy) @4952 [4952] 04/07/07 00:15:27 adrian Created unicode branch, for making Django use Unicode internally …
copied from django/trunk/tests:
(edit) @4939 [4939] 04/05/07 23:24:06 adrian Fixed inconsistent indentation in localflavor/de/forms.py from [4922]
Note: See TracRevisionLog for help on using the revision log.