On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
> >
> >>
> >> Thanks for taking the time to run all of those! All of those
> >> ConnectionDoesNotExist errors come from the fact t
I've submitted PEP 391 for review on python-dev, and this may have a
bearing on adding logging support to Django. Some of the discussions
involved using a dictionary defined in settings.py to configure
logging.
Regards,
Vinay Sajip
--
You received this message because you are subscribed to the
Am 26.11.2009 um 03:47 schrieb Russell Keith-Magee:
> On Thu, Nov 26, 2009 at 12:04 AM, Johannes Dollinger
> wrote:
>> QuerySet.delete() currently sets the primary key and all nullable
>> foreign keys (to deleted objects) of instances passed to signal
>> handlers to None. No cache is updated.
>>
megathanks to all
I will try to use something like:
(r'^members/', include('members.urls'), {'auth':True})
but {'auth':True} will consist of name of handler (handlers)
I'll try to create 1 middleware to process this filters. All handlers
will be called according by its names.
Yes, this is a cru
On Thu, Nov 26, 2009 at 5:39 PM, Johannes Dollinger
wrote:
>
> Am 26.11.2009 um 03:47 schrieb Russell Keith-Magee:
>
>> On Thu, Nov 26, 2009 at 12:04 AM, Johannes Dollinger
>> wrote:
>>> QuerySet.delete() currently sets the primary key and all nullable
>>> foreign keys (to deleted objects) of ins
On Thu, Nov 26, 2009 at 5:03 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
>> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
>> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
>> >
>> >>
>> >> Thanks for taking the time to run all of those! All of
Am 26.11.2009 um 12:09 schrieb Russell Keith-Magee:
> On Thu, Nov 26, 2009 at 5:39 PM, Johannes Dollinger
> wrote:
>>
>> Am 26.11.2009 um 03:47 schrieb Russell Keith-Magee:
>>
>>> On Thu, Nov 26, 2009 at 12:04 AM, Johannes Dollinger
>>> wrote:
QuerySet.delete() currently sets the primary k
On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
> On Thu, Nov 26, 2009 at 5:03 PM, Jani Tiainen wrote:
> > On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
> >> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
> >> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
> >
On Thu, Nov 26, 2009 at 9:37 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
>
>> * Do you still get the same failures if you convert QueryTestCase into
>> a TransactionTestCase (i.e., change the import "from django.test
>> import TestCase" to "from django.t
On Thu, Nov 26, 2009 at 10:56 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 21:56 +0800, Russell Keith-Magee wrote:
>> On Thu, Nov 26, 2009 at 9:37 PM, Jani Tiainen wrote:
>> > On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
>> >
>> >> * Do you still get the same failures if you c
On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
wrote:
> Yes - this does help. The confirms my suspicion - the problem is that
> the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
> cleared before running the tests in QueryTestCase.
>
> The annoying thing is that I don't s
On Thu, Nov 26, 2009 at 5:44 PM, Ian Kelly wrote:
> On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
> wrote:
> > Yes - this does help. The confirms my suspicion - the problem is that
> > the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
> > cleared before running the te
On Thu, Nov 26, 2009 at 11:44 PM, Ian Kelly wrote:
> On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
> wrote:
>> Yes - this does help. The confirms my suspicion - the problem is that
>> the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
>> cleared before running the tests
Hi Russell,
On Thu, Nov 26, 2009 at 1:47 PM, Russell Keith-Magee
wrote:
> On Wed, Nov 25, 2009 at 4:24 PM, Yuri Baburov wrote:
>> Hi Russell,
>>
>> is it possible to introduce some new field type
>> ShortTextField for that purpose, that will be by default
>> `varchar(4000)` on Oracle and DB2 who
14 matches
Mail list logo