Re: Proposal: Add signals test_setup and test_teardown to Django test suite runner

2010-09-20 Thread Jim D.
Cool, thanks On Sep 20, 3:30 pm, Carl Meyer wrote: > Thanks for your work on this! The usual Django workflow doesn't > include patches to the mailing list: rather you can go ahead and open > a Trac ticket and attach the patch there (even if you aren't sure of > the

Re: Proposal: Add signals test_setup and test_teardown to Django test suite runner

2010-09-20 Thread Carl Meyer
Hi Jim, On Sep 19, 1:19 am, "Jim D." wrote: > I found some time this evening to work this out, and have included a > revised patch for this proposal at the end of this message. Thanks for your work on this! The usual Django workflow doesn't include patches to the mailing

#14299 Add additional cache.*_many functions

2010-09-20 Thread Michael Manfre
In an effort to clean up some of my project code and reduce latency from extra cache calls, I uploaded a patch that allows a cache backend to implement offset_many (multiple incr/decr) and add_many. Default implementations are provided. The patch is ready for review.

Re: Possible bug discovered

2010-09-20 Thread Hanne Moa
On 19 September 2010 09:08, Yo-Yo Ma wrote: >  File "C:\Python26\Lib\site-packages\django-trunk\django\template > \__init__.py", line 352, in add_library >    self.tags.update(lib.tags) > > AttributeError: 'NoneType' object has no attribute 'tags' Check for import

Re: #9459 forms.DateTimeField() looses microseconds

2010-09-20 Thread Thomas Guettler
I uploaded a new patch (against trunk) which works on Python 2.4: http://code.djangoproject.com/attachment/ticket/9459/datetime-microseconds-py24.patch I think it is ready for commit. Thomas Tobias McNulty wrote: > On Thu, Sep 9, 2010 at 5:43 AM, Thomas Guettler