Re: datetime field / form output

2005-09-04 Thread deltabps
I just counterchecked the problem with datetime on a different machine with a fresh django installation: It does not work for the postneo tutorial code, too. Is it a problem with mysql? Or what else may be different? Admin works for whatever reason on both datetime and foreign keys.. Very big t

Re: datetime field / form output

2005-09-02 Thread HBTaylor
I'm sorry to respond with a "me, too" instead of a solution, but I believe your problem and mine may be related. In http://groups.google.com/group/django-users/browse_thread/thread/f1219e342a8c89f0 (with a title of "selected" for ForeignKey field?), I have a ForeignKey field. When I use a Generic

datetime field / form output

2005-09-02 Thread deltabps
Hi. What am I doing wrong, I do not get form-values filled in properly when editing objects. It works for (as far as I can see) everything, except datetime fields and foreign keys. Thanks for support I have a model, that contains the following: --- cut --- class Case(meta.Model): cus