I wasn't sure how to upgrade passwords as Florian said. Here's the answer
from Donald in IRC:
You can always wrap hashers, e.g. if you have a hasher which is
sha1(password), add a new hasher which is bcrypt(sha1(password))
You can convert your database in a migration and you immediately get all
Yes, please see https://code.djangoproject.com/wiki/SummerOfCode2016
especially "How can I improve my chances of being accepted?"
On Thursday, February 4, 2016 at 1:54:38 PM UTC-5, Cory Kitchens wrote:
>
> Hello all,
>
> My name is Cory Kitchens and I am currently a Computer Science student
> lo
Please see https://code.djangoproject.com/wiki/SummerOfCode2016 especially
"How can I improve my chances of being accepted?"
On Thursday, February 4, 2016 at 1:54:38 PM UTC-5, sharma1...@gmail.com
wrote:
>
> Hi,
>
> I am a computer science undergraduate. I want to get started on
> contributing
Hi,
I am a computer science undergraduate. I want to get started on
contributing to Django and thereby proceed with GSOC 2016. Please guide!
Thanks and regards
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" gr
Hello all,
My name is Cory Kitchens and I am currently a Computer Science student
looking to contribute to the Django project this summer. I was wondering if
there are any plans for Django to participate as an organization during the
Google Summer of Code 2016 event?
--
You received this mes
Hi,
On Thursday, February 4, 2016 at 6:22:09 PM UTC+1, Raphaël Barrois wrote:
>
> Just as djangoproject.com might need to keep those old hashers around,
> many projects will need it as well.
> As such, providing the hashers in a dedicated "legacy" package might be
> the solution for most projec
Hi Tim,
A few notes here:
Just as djangoproject.com might need to keep those old hashers around, many
projects will need it as well.
As such, providing the hashers in a dedicated "legacy" package might be the
solution for most projects.
For the deprecation process, I think the needs of most sit