Re: Django 1.4 alpha on December 22nd

2011-12-16 Thread Aymeric Augustin
On 16 déc. 2011, at 20:55, Ian Clelland wrote: > Seconded; although, like Joseph above, I have also thought that it would be > helpful for module writers to have access to django.utils.py3, to be able to > start writing code that will work on both Django 1.4 and 1.5+. > > I don't know if it's

Re: Django 1.4 alpha on December 22nd

2011-12-16 Thread Andre Terra
Thirded. On Fri, Dec 16, 2011 at 5:55 PM, Ian Clelland wrote: > I don't know if it's completely warranted; it would mean putting a piece > of code into core that is untested, and isn't used by any part of core, but > it would be handy to have. As I understand it,

Re: Django 1.4 alpha on December 22nd

2011-12-16 Thread Ian Clelland
On Fri, Dec 16, 2011 at 8:59 AM, Vinay Sajip wrote: > > On Dec 16, 12:45 am, Ian Kelly wrote: > > > The problem with merging it and labeling the support as "experimental" > > is that the changes are of such a fundamental nature that they could > >

Re: Django 1.4 alpha on December 22nd

2011-12-16 Thread Vinay Sajip
On Dec 16, 12:45 am, Ian Kelly wrote: > The problem with merging it and labeling the support as "experimental" > is that the changes are of such a fundamental nature that they could > easily break things in 2.x, not just in Python 3. Agreed, it's too risky to merge in

Re: Django 1.4 alpha on December 22nd

2011-12-15 Thread Ian Kelly
On Thu, Dec 15, 2011 at 5:00 PM, Kiril Vladimirov wrote: > While I'm reading all topics, listed below I'm thinking... is it too early > to announce *experimental* Python 3.2 support in Django 1.4? Already been discussed:

Re: Django 1.4 alpha on December 22nd

2011-12-15 Thread Joseph Tennies
Perhaps something in the release notes pointing to the branch would be good. Unfortunately there's probably at least a month of code reviews. Not to mention it has been discussed that the port only needs to support 2.6 as support is being dropped, so it'll get much simpler. That being said,

Re: Django 1.4 alpha on December 22nd

2011-12-15 Thread Kiril Vladimirov
While I'm reading all topics, listed below I'm thinking... is it too early to announce **experimental** Python 3.2 support in Django 1.4? - Python 3 port - all tests now pass on 2.5.4, 2.6.2, 2.7.2 and 3.2.2 with the same codebase

Re: Django 1.4 alpha on December 22nd

2011-12-11 Thread Tomek Paczkowski
This is good news. Thanks. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/tZW8wIV9fv0J. To post to this group, send email to

Django 1.4 alpha on December 22nd

2011-12-11 Thread Aymeric Augustin
Hey folks, We're planning to release the alpha for 1.4 on December 22nd. If you're working on non-trivial new features for 1.4, please try to make them ready for checkin by next weekend. Before you ask -- we're aiming for a beta early in February and final in March. Best regards, -- Aymeric