Hello Koenb,
Thank you very much your workaround is working like a charm. I have
pasted below an example. In case someone else look for a solution to
this problem in the future. However this is close to witchcraft art. I
do not understand how FF can be aware that I am doing something in my
view wi
Sorry;
forgot to add, you will need to wrap the generic view in a custom
wrapper view for that.
On 28 apr, 22:42, koenb <[EMAIL PROTECTED]> wrote:
> The problem is FF does not like it if you do not consume the POST
> data.
> Just add the line
> request.POST
> somewhere in your view before redi
The problem is FF does not like it if you do not consume the POST
data.
Just add the line
request.POST
somewhere in your view before redirecting.
Koen
On 28 apr, 17:33, yml <[EMAIL PROTECTED]> wrote:
> Hello,
> I noticed a very strange behavior with the generic view called :
> "delete_object". T
3 matches
Mail list logo