Re: Design decision on ticket #13223

2012-02-23 Thread Igor Sobreira
ne"?, or in the new > page displaying the cloned object? > I don't know :) > > Regards, > > On Wed, Feb 22, 2012 at 11:53 AM, Igor Sobreira wrote: > >> Yes, that's what I wanted to say. We can decide that this behavior is >> fine by default, d

Re: Design decision on ticket #13223

2012-02-22 Thread Igor Sobreira
te it with this new object and be consistent with the default admin > functionality. > > Regards, > -- > juanpex > -- Igor Sobreira -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discuss

Design decision on ticket #13223

2012-02-21 Thread Igor Sobreira
hod called by clone_view() function where the user could copy the file on disk or do anything she wants regarding form filling on GET. Thanks in advance, Igor. [1] https://code.djangoproject.com/ticket/13223 -- Igor Sobreira www.igorsobreira.com -- You received this message because you are subscrib

Re: Use RequestContext if possible in default 500 error view

2009-04-30 Thread Igor Sobreira
It seems I'll need to always override this view to provide at least MEDIA_URL for all my projects. -- Igor Sobreira www.igorsobreira.com www.smartnutstechnology.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Use RequestContext if possible in default 500 error view

2009-04-29 Thread Igor Sobreira
ts [1] I'm asking for attention on it because I couldn't find a reason why not use a try/except here, and because the try/except solution what added after the ticket was closed, maybe nobody paid attention to it. [1] http://code.djangoproject.com/ticket/5617#comment:3 Regard