Session renewal: want a patch?

2006-11-08 Thread Jeremy Dunck
Currently, sessions are renewed only if 1) they're modified or 2) every request. There's a middle ground that's useful: renew the session and cookie if it's within X days of the session's current expiration. This keeps cookies for unmodified sessions from expiring while not sending out a cookie

Re: running the unit tests in the schema evolution branch

2006-11-08 Thread Victor Ng
Nevermind. Tests are starting to run for me, but they only work on mysql. I get failures on sqlite3 and postgresql_psycopg2. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

running the unit tests in the schema evolution branch

2006-11-08 Thread Victor Ng
Hi all, Has anyone had any success in running the tests in the schema evolution branch? The tests don't look like they're integrated with runtests.py at all. As far as I can tell, you have to do the following to get the test suite to run: 1) cd schema-evolution/tests/evolvedbtests 2) the

long descriptions for fields with newforms

2006-11-08 Thread Pavel Volkovitskiy
Hello! I need to save "long description" for my form fields (pretty_name is not enough) so i imagine something like: class Foo(Form): birth_date = DateField('Long description', required=False) and then 'Long description' will be stored in field.desc but i need to subclass every *Field to

Re: Branch Merges?

2006-11-08 Thread Bjørn Stabell
Although the http://code.djangoproject.com/wiki/ActiveBranches is better than what we had before, it can still be easier and more clear how to participate. Something like this might work better: generic-auth - Allow for ACL's, role-based systems, and current model-level permissions * Owner:

Re: Branch Merges?

2006-11-08 Thread Bjørn Stabell
Why not have both a "branch per month" and all branches featured prominently on the home page? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to