Should docs.djangoproject.com link to 1.1 frozen docs by default, not SVN dev docs?

2009-11-04 Thread Simon Willison
Now that 1.2 features have started to merge (great work everyone involved with the Email backends and ManyToMany refactorings, they look fantastic) we're entering one of those relatively rare periods of instability in trunk. This is exactly the kind of time that we want most of our regular users

Re: Last chance to object to new features

2009-11-04 Thread Russell Keith-Magee
On Wed, Nov 4, 2009 at 6:23 PM, Andi Albrecht wrote: > > This just came up on IRC: in django.test.utils > setup_test_environment() the lines 46/47 are mixed up. > > Here's a diff that fixes this issue: > > diff --git a/django/test/utils.py b/django/test/utils.py >

Re: Last chance to object to new features

2009-11-04 Thread Andi Albrecht
This just came up on IRC: in django.test.utils setup_test_environment() the lines 46/47 are mixed up. Here's a diff that fixes this issue: diff --git a/django/test/utils.py b/django/test/utils.py index a30bb7e..9d39eee 100644 --- a/django/test/utils.py +++ b/django/test/utils.py @@ -43,8 +43,8

Re: Last chance to object to new features

2009-11-04 Thread Andi Albrecht
On Tue, Nov 3, 2009 at 8:23 PM, Waldemar Kornewald wrote: > > On Tue, Nov 3, 2009 at 6:37 AM, Russell Keith-Magee > wrote: >> I've already integrated Jacob's comments into the code in my local >> checkout. Actually, Jacob's comments pointed out an