Re: Problem with query_set extra select/field casting

2008-08-28 Thread Stephan Jäkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, both hosts run the same Django version: trunk r8555. regards, Malcolm Tredinnick wrote: | | On Thu, 2008-08-28 at 20:58 +0200, Stephan Jäkel wrote: | [...] |> x.date returns a unicode string even its the same code, the same |> database and same

Re: Problem with query_set extra select/field casting

2008-08-28 Thread Malcolm Tredinnick
On Thu, 2008-08-28 at 20:58 +0200, Stephan Jäkel wrote: [...] > x.date returns a unicode string even its the same code, the same > database and same versions (database, python-mysqldb, python itself). Is it the same version of Django? That could be an important difference. If it is the same, *wh

Problem with query_set extra select/field casting

2008-08-28 Thread Stephan Jäkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i've got a problem while moving a django project from one host (debian linux) to another (suse linux) and it seems, that there is a problem with djangos database/models modules. on the current host i can do something like that: |> from board.mod