Re: FYI: pip install django is failing

2015-12-26 Thread Daniel Chimeno
There was a issue with pypi from some locations, although the status page doesn't say anything about it. https://status.python.org/ El viernes, 25 de diciembre de 2015, 13:03:05 (UTC+1), john...@gmail.com escribió: > > >pip install django --upgrade > Collecting djan

Re: structural & functional review of django documentation

2015-12-26 Thread Doug Epling
Thanks Carl -- Here is a good example: I wanted to read-up on the Form class. First thing I did was go here: https://docs.djangoproject.com/en/1.9/search/?q=Form yadda, yadda, yadda, recipe, recipe, where is the simple list of attributes contained in this class? So I go here: https://

Re: structural & functional review of django documentation

2015-12-26 Thread Shai Berger
Hi Doug, On Saturday 26 December 2015 21:08:58 Doug Epling wrote: > Thanks Carl -- > > Here is a good example: > > I wanted to read-up on the Form class. First thing I did was go here: > > https://docs.djangoproject.com/en/1.9/search/?q=Form > > yadda, yadda, yadda, recipe, recipe, wher

argon2 PasswordHasher

2015-12-26 Thread Bas Westerbaan
Hello, This morning I submitted a Pull Request[1], which adds a PasswordHasher for argon2 – the winner of the Password Hashing Competition.[2] Tim Graham mentioned I should send an e-mail to this list to discuss it. The patch is mostly pretty straight-forward. I would like to add a few remar

Fellow Report - December 26, 2015

2015-12-26 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/25956 - Unexpected fake_initial keyword thrown on migration (invalid) https://code.djangoproject.com/ticket/25913 - --fake-initial not working with apps with other table names (needsinfo) https://code.djangoproject.com/ticket/25958 - Dep

Re: structural & functional review of django documentation

2015-12-26 Thread Doug Epling
Greetings Shai -- On Saturday, December 26, 2015 at 3:57:00 PM UTC-5, Shai Berger wrote: > > Hi Doug, > > On Saturday 26 December 2015 21:08:58 Doug Epling wrote: > > Thanks Carl -- > > > > Here is a good example: > > > > I wanted to read-up on the Form class. First thing I did was go here:

Re: structural & functional review of django documentation

2015-12-26 Thread Shai Berger
Hi again Doug, I'm leaving quotes in full here, as you requested, and to help demonstrate that it isn't useful at all. It is just "visual noise" that most readers will skip over. On Sunday 27 December 2015 05:42:53 Doug Epling wrote: > Greetings Shai -- > > On Saturday, December 26, 2015 at 3:

Re: MOSS Award to Django

2015-12-26 Thread Samuel Bishop
Once again I have to thank you for taking the time to keep replying. These longer explanations are proving very helpful (at least to me) in understanding Django Channels. :-) I definitely understand the compatibility reasons, I'm also pleased to see that signalling via a channel will be as simp