Re: Relative path support for TEMPLATE_DIRS and others in settings.py (django ticket 694)

2012-12-30 Thread Cal Leeming [Simplicity Media Ltd]
On Sun, Dec 30, 2012 at 11:01 PM, Luke Plant wrote: > On 29/12/12 04:08, Cal Leeming [Simplicity Media Ltd] wrote: > > > Could we not have something like this in the settings.py, which in turn > > enabled the code pasted above? > > TEMPLATE_PATH_RELATIVE=True > > For consistency, we'd need STATIC

postgresql range types

2012-12-30 Thread Marco Paolini
Hi all, postgresql since version 9.2 added support for range types [1] they have a nice set of specialized operators like "overlaps", "left of", etc... [2] So I decided to work on a reference implementation for Django even if it looks like psycopg2 does not fully support yet these data types [3

Re: Request for proposals: Django project at Cascade Bicycle Club

2012-12-30 Thread Russell Keith-Magee
Hi Mary, The Django-Developers mailing list is for managing the development of Django itself. If you have a job offer/RFP that you want to fill, you should be mailing the Django *Users* mailing list. Yours, Russ Magee %-) On Mon, Dec 31, 2012 at 7:01 AM, wrote: > Hello, > >Cascade Bicycle

Re: Relative path support for TEMPLATE_DIRS and others in settings.py (django ticket 694)

2012-12-30 Thread Luke Plant
On 29/12/12 04:08, Cal Leeming [Simplicity Media Ltd] wrote: > Could we not have something like this in the settings.py, which in turn > enabled the code pasted above? > TEMPLATE_PATH_RELATIVE=True For consistency, we'd need STATICFILES_PATH_RELATIVE, STATIC_ROOT_PATH_RELATIVE, MEDIA_ROOT_PATH_RE

Re: Oracle testing bug (was Re: Oracle testing issue, looks like bug: Separate connections to same DB)

2012-12-30 Thread Anssi Kääriäinen
On 30 joulu, 14:20, Shai Berger wrote: > Hi again, > > On Thursday 27 December 2012 15:50:58 Jani Tiainen wrote: > > > There also exists a oldish ticket: > >https://code.djangoproject.com/ticket/14415 > > > That indicates that issue is fixed... > > After looking further into this, this is indeed a

Oracle testing bug (was Re: Oracle testing issue, looks like bug: Separate connections to same DB)

2012-12-30 Thread Shai Berger
Hi again, On Thursday 27 December 2012 15:50:58 Jani Tiainen wrote: > There also exists a oldish ticket: > https://code.djangoproject.com/ticket/14415 > > That indicates that issue is fixed... After looking further into this, this is indeed a bug, and indeed separate from 14415. For one, the p