Re: Class based views: A standard hook for http-method-independent code

2012-11-12 Thread Diederik van der Boor
Op 9 nov. 2012, om 07:05 heeft Russell Keith-Magee het volgende geschreven: > What I don't understand is why the need for an init() method isn't being > challenged in the first place. > > Why on earth can't just just take the logic that you're putting in init(), > and put it *in dispatch()*.

Re: ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
Hi, tino. Thanks for your reply. I compleatly understood that the problem is known here. If I fell like it, I try solving this. Thank you. hirokiky -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web

Re: proposal: post-collectstatic signal

2012-11-12 Thread Jannis Leidel
On 11.11.2012, at 17:09, Justin Holmes wrote: > My sense is that there are a growing number of use cases, but the one that I > currently have in mind is for django-coldbrew. I want to be able to > compile all the coffeescript in a project during the collectstatic

Re: proposal: post-collectstatic signal

2012-11-12 Thread ptone
On Sunday, November 11, 2012 8:09:23 AM UTC-8, Justin Holmes wrote: > > My sense is that there are a growing number of use cases, but the one that > I currently have in mind is for django-coldbrew. I want to be able to > compile all the coffeescript in a project during the collectstatic

Re: ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Tino de Bruijn
Hi Hiroki, On Mon, Nov 12, 2012 at 12:31 PM, Hiroki Kiyohara wrote: > Hi, all. > > Problem > === > In updating objects(UpdateView and so on), > django.forms.widgets.ClearableFileInput doesn't render a currently value > when the POSTed data was invalid(for example,

ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
Hi, all. Problem === In updating objects(UpdateView and so on), django.forms.widgets.ClearableFileInput doesn't render a currently value when the POSTed data was invalid(for example, uploading PDF file to ImageField using ClearableFileInput). The HTML rendered when invalid error is only

Re: proposal: post-collectstatic signal

2012-11-12 Thread Bruno ReniƩ
On Sun, Nov 11, 2012 at 5:09 PM, Justin Holmes wrote: > My sense is that there are a growing number of use cases, but the one that I > currently have in mind is for django-coldbrew. I want to be able to > compile all the coffeescript in a project during the