Re: Supported Python versions for Django 1.7

2013-06-29 Thread Aymeric Augustin
On 29 juin 2013, at 02:58, Ed Marshall wrote: > RHEL7 beta (which, as luck would have it, should also ship with Python 3.3) > won't land until end of year, at the earliest; I'd expect CentOS and SL to > lag behind that a bit. Which is perfectly timely: Django 1.7 will land roughly at that time

Re: Supported Python versions for Django 1.7

2013-06-29 Thread Florian Apolloner
Hi, On Friday, June 28, 2013 4:17:22 PM UTC+2, Aymeric Augustin wrote: > > As far as I can tell, there's a consensus on dropping support for Python > 2.6. That will allow us to remove the vendored copy of unittest2 and to > take advantage of datastructures introduced in Python 2.7 like OrderedDi

Re: ANNOUNCE: Django 1.6 beta 1 released

2013-06-29 Thread Hannu Krosing
On 06/28/2013 03:48 PM, Jacob Kaplan-Moss wrote: > Hi folks -- > > I'm pleased to announce that we've just released Django 1.6 beta 1, > the second in our series of preview releases leading up to Django 1.6 > (due in August). > > More information can be found on our blog: > > > https://www.djan

Re: ANNOUNCE: Django 1.6 beta 1 released

2013-06-29 Thread Aymeric Augustin
On 29 juin 2013, at 20:35, Hannu Krosing wrote: > Is there any hope to get https://code.djangoproject.com/ticket/6148 > integrated int 1.6 ? > > This is about using schemas in databases which support them well enough > (PostgreSQL, Oracle, …) Since it's a new feature, and since the ticket hasn'

Re: ANNOUNCE: Django 1.6 beta 1 released

2013-06-29 Thread Russell Keith-Magee
On Sun, Jun 30, 2013 at 4:51 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > On 29 juin 2013, at 20:35, Hannu Krosing wrote: > > > Is there any hope to get https://code.djangoproject.com/ticket/6148 > > integrated int 1.6 ? > > > > This is about using schemas in databases whic

Django runfcgi umask: what is it meant to do and why?

2013-06-29 Thread Juan Luis Boya
Hello people. I was wondering what runfcgi's umask argument is meant to do. When I first met it I though it would set the permissions mask for my fcgi socket. runfgi's help told another thing instead: umask to use when daemonizing, in octal notation (default 022). And it is right. That's w

Re: Django runfcgi umask: what is it meant to do and why?

2013-06-29 Thread Karen Tracey
git blame on the line that sets the umask shows it was as a result of ticket #6994: https://code.djangoproject.com/ticket/6994 Discussion in that ticket is probably the best information you are going to get on rationale. Karen -- You received this message because you are subscribed to the Goog