... and while you're working out how to do it, it would be good to
write it up for future reference :)
(see: http://code.djangoproject.com/ticket/4223)
--Simon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Djan
Hi all,
For those who don't follow the Django community aggregator I thought
I'd send this out to the lists. I'm arranging an informal get-together
of Django folks next month here in Northampton, MA.
http://open.e-scribe.com/wiki/DjangoDotJune
Here's a condensed version of the info from that p
On 4/23/07, David Danier <[EMAIL PROTECTED]> wrote:
>
> > Just use datetime.now without the function call parentheses.
>
> Know this, doesn't work for newforms (initial value).
>
> I added a ticket (including a patch) to fix this:
> http://code.djangoproject.com/ticket/4018
FYI - David's fix was
On Sat, 2007-05-12 at 06:28 -0700, [EMAIL PROTECTED] wrote:
> I'm interested in helping to get #4115 (thumbnail contrib) in a state
> that it's ready for checkin. I notice that there's a "needs design
> decision" as well as "needs unit test" flag on this one. The question
> I have for the devel
I'm interested in helping to get #4115 (thumbnail contrib) in a state
that it's ready for checkin. I notice that there's a "needs design
decision" as well as "needs unit test" flag on this one. The question
I have for the developers is, what does a unit test look like for this
type of patch? A