which db api paramstyle is correct?

2009-11-28 Thread Vernon Cole
Dear django developers: I am working on a version upgrade of adodbapi.py which is intended specifically to add any features needed for django support. I am using the existing dbapi module from django-mssql as my change source. (It is an early fork of the same source code.) My question: I have se

Re: Composite Primary/Foreign Keys

2009-11-28 Thread Russell Keith-Magee
On Sun, Nov 29, 2009 at 3:27 AM, Luke Plant wrote: > On Saturday 28 November 2009 07:30:46 Russell Keith-Magee wrote: > >> However - with that said, we're currently about 1 month out from >>  the deadline for adding new features to Django 1.2. The features >>  that are scheduled for that release w

Re: smart if tag

2009-11-28 Thread Alex Gaynor
On Sat, Nov 28, 2009 at 11:40 AM, Luke Plant wrote: > Hi all, > > I started work replacing Django's if with the "smart-if" template tag > by Chris Beaven ( http://www.djangosnippets.org/snippets/1350/ ) > > Of course, it is not as simple as it looks... > > 4 issues: > > 1) Handling non-existent va

Re: Composite Primary/Foreign Keys

2009-11-28 Thread Luke Plant
On Saturday 28 November 2009 07:30:46 Russell Keith-Magee wrote: > However - with that said, we're currently about 1 month out from > the deadline for adding new features to Django 1.2. The features > that are scheduled for that release were chosen back in October, > following several months of

smart if tag

2009-11-28 Thread Luke Plant
Hi all, I started work replacing Django's if with the "smart-if" template tag by Chris Beaven ( http://www.djangosnippets.org/snippets/1350/ ) Of course, it is not as simple as it looks... 4 issues: 1) Handling non-existent variables == The current smart-if do

Feedback: Syndication feed views

2009-11-28 Thread Ben Firshman
Hi all, I originally had great plans for refactoring the syndication contrib app, but a lack of time and the thorny issue of backwards compatibility has forced me to stick to the one big feature: making feeds class-based views. http://github.com/bfirsh/syndication-view/ The readme should be se

Re: Feature Request: Reinteract

2009-11-28 Thread Antoni Aloy
2009/11/28 James Bennett : > On Fri, Nov 27, 2009 at 6:07 AM, noel wrote: >> I really love this application Reinteract. Its an enhancement to >> Python Interactive Shell. And it would be lovely if I can use >> Reinteract with manage.py shell. > You can also try django command extensions and run m

Re: Problem with history view in admin page

2009-11-28 Thread Russell Keith-Magee
On Fri, Nov 27, 2009 at 3:22 PM, Yuri Baburov wrote: > 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