Re: daily_cleanup.py and sessions expire_date

2007-06-14 Thread Nick
On Jun 14, 3:53 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-06-14 at 04:36 +, Nick wrote: > > A couple of weeks ago I submitted a patch to use the model API to > > delete expired sessions from the database in the daily_cleanup script > > (Seehttp://code.djangoproject.com/t

Re: daily_cleanup.py and sessions expire_date

2007-06-13 Thread Malcolm Tredinnick
On Thu, 2007-06-14 at 04:36 +, Nick wrote: > A couple of weeks ago I submitted a patch to use the model API to > delete expired sessions from the database in the daily_cleanup script > (See http://code.djangoproject.com/ticket/4427). > > I just had a thought, the code currently deletes all se

daily_cleanup.py and sessions expire_date

2007-06-13 Thread Nick
A couple of weeks ago I submitted a patch to use the model API to delete expired sessions from the database in the daily_cleanup script (See http://code.djangoproject.com/ticket/4427). I just had a thought, the code currently deletes all sessions with an expire_date < today's date... but as I rea