Re: Database Backup

2005-12-14 Thread Daniel James
Andreas Neumeier wrote: like executing pg_dump from the view? I thought about that, but I did not want to execute something external. I was more thinking of get_list(...) or something similare, but that would propably break relations on restoring? so pg_dump would be the most consistent soluti

FormField.prepare

2005-11-29 Thread Daniel James
Hello, django.core.formfields.FormField has a method 'prepare' which is described as a "Hook for doing something to new_data (in place) before validation." which sounds very useful. But as far as I can tell it never gets called. Am I missing something? Daniel