Re: save() datefield

2007-10-31 Thread äL
No, I do not get any traceback. If any statement fails the exeption will redirect me back to the edit form. How can I force a traceback? It would be more helpfully if an error message will be returned. I will check soon if I can solve the problem with your hints. On 26 Okt., 14:01, Thomas Guettl

Re: save() datefield

2007-10-26 Thread Thomas Guettler
Am Freitag, 26. Oktober 2007 10:53 schrieb äL: > I use Django to manage addresses. To publish the data I have a list > and a detailed view. In the detail view I can change the name, > address, phone, etc. of the person. To do that I created an edit > form. > > Now, everythin is fine. Only if I try

save() datefield

2007-10-26 Thread äL
I use Django to manage addresses. To publish the data I have a list and a detailed view. In the detail view I can change the name, address, phone, etc. of the person. To do that I created an edit form. Now, everythin is fine. Only if I try to change and save the birthday (witch is a datefield) it