Re: force_unicode(strings_only) and DateTime objects

2007-09-21 Thread Malcolm Tredinnick
On Sat, 2007-09-22 at 01:24 +0800, Russell Keith-Magee wrote: > Hi all, > > I've been looking at #5553 [1] tonight; it looks to be a good patch to > fix some Datetime serialization issues that have arisen recently. > > [1] http://code.djangoproject.com/ticket/5553 > > It's a fairly small change

force_unicode(strings_only) and DateTime objects

2007-09-21 Thread Russell Keith-Magee
Hi all, I've been looking at #5553 [1] tonight; it looks to be a good patch to fix some Datetime serialization issues that have arisen recently. [1] http://code.djangoproject.com/ticket/5553 It's a fairly small change, but I'm still coming to terms with the finer points of the unicode changes,