Re: Proposal: app objects

2008-09-16 Thread John D'Agostino
I started working on a patch 6 months ago to implement App objects, but unfortunately never got to finish it because at the time I was swamped at work. Because of the all the work which has happened on trunk the code is pretty much useless. > The following can be addressed with app objects. > > 1

Re: Django releases

2008-06-07 Thread John D'Agostino
> * Start a "train release" schedule: schedule a couple of 1.0 betas, a > rc or two, and then a final release. Features that are done by the > dates get released, those that aren't, don't. Make these dates > aggressive but not crazy. And -- here's the controversial part -- make > newforms-admin a

Re: Proposal: Let session support backends

2007-06-10 Thread John D'Agostino
I started implementing this a few months ago. I've factored out SessionWrapper as SessionObject, as a base class and (re)implemented the database session store on top. I've also got a working implementation of a FileSession class. Summary of changes: Added a SESSION_ENGINE to settings.py Added

Re: Newforms media (#4418)

2007-06-02 Thread John D'Agostino
On Jun 2, 12:02 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Hi All, > > I recently raised ticket #4418 to add media descriptors to newforms. > It was discussed on the following thread: > > http://groups.google.com/group/django-developers/browse_thread/thread... > > To my reading, Jaco