context = context.new(context)

2016-02-18 Thread John Bazik
I'm looking at code that does this: context = context.new(context) Prior to 1.7, I assume that worked since a context was a dict. Now that it's a stack, it breaks. I could suggest they use flatten: context = context.new(context.flatten()) but that's not exactly a copy, which is what I thin

Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-18 Thread Florian Apolloner
On Thursday, February 18, 2016 at 4:24:09 PM UTC+1, Tim Graham wrote: > > I guess I'm not strongly opposed if someone wants to do that, but I don't > think I can justify spending time on the DSF's dime to help out users of > unsupported versions. > +1 -- You received this message because you

Re: remove support for unsalted password hashers?

2016-02-18 Thread Tim Graham
Feedback is welcome on the draft blog post. The links to the pull requests will be replaced with links to the docs once those PRs are reviewed and merged. Security advisory: Strengthening the password hashes in your database Summary: If you have MD5 or SHA1 password hashes in your database, her

Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-18 Thread Tim Graham
I guess I'm not strongly opposed if someone wants to do that, but I don't think I can justify spending time on the DSF's dime to help out users of unsupported versions. On Thursday, February 18, 2016 at 9:33:52 AM UTC-5, Fred Stluka wrote: > > I vote for a 301 to the matching ReadTheDocs page. >

Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-18 Thread Fred Stluka
I vote for a 301 to the matching ReadTheDocs page. I recently had to manually update these bookmarks: - Django 1.4 Docs - Old: https://docs.djangoproject.com/en/1.4/ - New: https://django.readthedocs.org/en/1.4/ - Django 1.4 API Ref - Old: https://docs.djangoproject.com/en/1.4/ref/ - Ne

Re: Contribution to django

2016-02-18 Thread Tim Graham
Please read our contributing documentation: https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ On Thursday, February 18, 2016 at 8:28:07 AM UTC-5, ABHINAV RAI wrote: > > Hello > > I am Abhinav Rai, Sophomore from Computer Science Engineering from Indian > Institute of

Contribution to django

2016-02-18 Thread ABHINAV RAI
Hello I am Abhinav Rai, Sophomore from Computer Science Engineering from Indian Institute of Technology, Jodhpur. I am a beginner in contributing to open-source. Can anyone please advice me on how can i start contributing to Django. Thanks -- You received this message because you are subscrib