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 collectstatic process.
> Currently,
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
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, uploading PDF file to
> Ima
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
>
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 process.
> Currently, w
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 vi
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()*. T