ANN: Django 1.1 released!

2009-07-28 Thread James Bennett
Tonight we're extremely proud to announce the release of Django 1.1, the latest major milestone in Django's development. To learn about the new release: * Blog post: http://www.djangoproject.com/weblog/2009/jul/29/1-point-1/ * Release notes: http://docs.djangoproject.com/en/dev/releases/1.1/ * D

ANN: Security updates released

2009-07-28 Thread James Bennett
Tonight the Django team has issued two releases related to a security issue reported to us. These releases are Django 1.0.3 and Django 0.96.4. Full information is available on the Django project weblog: http://www.djangoproject.com/weblog/2009/jul/28/security/ These releases are strongly recomm

Re: Multi-DB Status Update

2009-07-28 Thread Justin Lilly
On Tue, 28 Jul 2009, Ricardo Santos wrote: > What is the current status of the multi version support? I mean will > it be merged with trunk any time soon? ... snip ... I think this is slated for the 1.2 timecycle. The GSoC istelf ends sometime in late August, so that's likely the earliest tim

Re: Multi-DB Status Update

2009-07-28 Thread Ricardo Santos
Hi Alex What is the current status of the multi version support? I mean will it be merged with trunk any time soon? I ask you this because I am at a early stage of designing the architecture of a new project, and this will have to support several clients (separate databases) but connected by a m

Re: IDE for Django and Ext JS

2009-07-28 Thread Alex Gaynor
The django-developers mailing list is for the development of django itself. Please use the django-users mailig list. Alex On Jul 28, 2009 1:18 PM, "Amir Habibi" wrote: Hi All, What development environment do you suggest for Django and Ext JS based large projects? Is Netbeans the best choice

IDE for Django and Ext JS

2009-07-28 Thread Amir Habibi
Hi All, What development environment do you suggest for Django and Ext JS based large projects? Is Netbeans the best choice out there? Thanks Amir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers

Re: code style and external library

2009-07-28 Thread Luke Plant
On Monday 27 July 2009 02:12:07 Charlie DeTar wrote: > Hi, > > I'm writing a reusable Django app that interfaces with a standalone > javascript library, which I hope eventually to submit for inclusion > in Django. I've run into a conundrum: the javascript library uses > mixed case naming (likeThi

Ticket 3090 - multi-tag template tags

2009-07-28 Thread Daniel Ring
Partly pasted from http://code.djangoproject.com/ticket/3090 - a trivial reordering in template.Parser.parse to allow inner template tags to take parameters, something like 'parser.parse_until(('case', 'endswitch'))' where the 'case' tag can take parameters. I would like to see this change. I

Re: ORACLE QuerySet offset

2009-07-28 Thread Ian Kelly
On Tue, Jul 28, 2009 at 6:20 AM, slafs wrote: > > Hi there! > > I think I found a little bug in > http://code.djangoproject.com/browser/django/trunk/django/db/backends/oracle/query.py#L132 > Offsetting the QuerySet (like qs[2:4]) on Oracle backend mixes the > ordering in the final result set. > Au

Re: code style and external library

2009-07-28 Thread Russell Keith-Magee
On Tue, Jul 28, 2009 at 10:45 PM, Charlie DeTar wrote: > > Russell Keith-Magee wrote: >> On Mon, Jul 27, 2009 at 9:12 AM, Charlie DeTar wrote: >>> Hi, >>> >>> I'm writing a reusable Django app that interfaces with a standalone >>> javascript library, which I hope eventually to submit for inclusion

Re: code style and external library

2009-07-28 Thread Charlie DeTar
Russell Keith-Magee wrote: > On Mon, Jul 27, 2009 at 9:12 AM, Charlie DeTar wrote: >> Hi, >> >> I'm writing a reusable Django app that interfaces with a standalone >> javascript library, which I hope eventually to submit for inclusion in >> Django. I've run into a conundrum: the javascript librar

Re: code style and external library

2009-07-28 Thread Russell Keith-Magee
On Mon, Jul 27, 2009 at 9:12 AM, Charlie DeTar wrote: > > Hi, > > I'm writing a reusable Django app that interfaces with a standalone > javascript library, which I hope eventually to submit for inclusion in > Django.  I've run into a conundrum: the javascript library uses mixed > case naming (like

ORACLE QuerySet offset

2009-07-28 Thread slafs
Hi there! I think I found a little bug in http://code.djangoproject.com/browser/django/trunk/django/db/backends/oracle/query.py#L132 Offsetting the QuerySet (like qs[2:4]) on Oracle backend mixes the ordering in the final result set. Author claims that "This is the canonical way to emulate LIMIT

Error: cannot import name Xyz and --traceback option

2009-07-28 Thread jonson
Hi there, today I've dealed with circural import (probably) located in project i'm involved in. The message I got with enabled --traceback option was: jon...@mcf:~$ ./manage.py validate --traceback "Error: cannot import name Listing" ...nothing more ( using Django version 1.1 beta 1 SVN-11250 )

ORAC

2009-07-28 Thread slafs
Hi there! I think I found a little bug in http://code.djangoproject.com/browser/django/trunk/django/db/backends/oracle/query.py#L132 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post