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
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
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
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
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
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