Raw SQL within ModelForm.save() in one transaction

2011-04-26 Thread Radim
://groups.google.com/group/django-users/browse_thread/thread/20056ca45701cfd6?pli=1 but never answered. Radim -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe

newform dynamic model

2008-03-29 Thread Radim
# <- how to get an attribute here? form = Frm(instance=obj, model=model) I.e. how can I pass an attribute to a class declared inside another class? I know this is Python not Django question but hopefully somebody can help me. Thanks Radim --~--~-~--~~~---~--~~

Cannot set values on a ManyToManyField which specifies an intermediary model.

2008-11-12 Thread Radim Blazek
min.site.register(Group)), works however in GroupPermissions form (admin.site.register(GroupPermissions)). Can you help me? Radim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: 504 Gateway Timeout

2012-11-29 Thread Radim Kolek
Tom, you were right ! I'm using a Cherokee http server and 15s timeout was one of options. Now it works OK. Radim Kolek, Ing. GSM: +420602608696 ICQ: 85591428 Dne 29.11.2012 13:58, Tom Evans napsal(a): On Thu, Nov 29, 2012 at 11:58 AM, bikeridercz wrote: Dear all, I'm just facing