Re: Oracle/GIS Testers Needed

2009-11-26 Thread Jani Tiainen
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

PEP 391 (Dictionary-Based Configuration for Logging) is now ready for review

2009-11-26 Thread Vinay Sajip
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

Re: What's the expected behavior of (cached) instances of deleted objects?

2009-11-26 Thread Johannes Dollinger
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. >>

Re: Django needs for normal sequence of handlers for request processing

2009-11-26 Thread serg
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

Re: What's the expected behavior of (cached) instances of deleted objects?

2009-11-26 Thread 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 key and all nullable >>> foreign keys (to deleted objects) of ins

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Russell Keith-Magee
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

Re: What's the expected behavior of (cached) instances of deleted objects?

2009-11-26 Thread Johannes Dollinger
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

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Jani Tiainen
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: > >

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Russell Keith-Magee
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

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Russell Keith-Magee
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

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Ian Kelly
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

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Jani Tiainen
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

Re: Oracle/GIS Testers Needed

2009-11-26 Thread Russell Keith-Magee
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

Re: Problem with history view in admin page

2009-11-26 Thread Yuri Baburov
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