[ANNOUNCE] Django 1.11 alpha 1 released

2017-01-17 Thread Tim Graham
We've made the first release on the way to Django's next major release, Django 1.11! With two and a half months until the scheduled final release, we'll need timely testing from the community to ensure an on-time and stable release. Check out the blog post: https://www.djangoproject.com/weblog/

Re: status of 1.11 release blockers

2017-01-17 Thread Tim Graham
I've reviewed and merged as much as I can (thank you to everyone who helped!) and plan to create the stable/1.11.x branch and issue the alpha release in approximately 7 hours. On Monday, December 26, 2016 at 1:17:01 PM UTC-5, Tom Christie wrote: > > > > this feature https://github.com/django/dj

Re: Django 2.0 Python version support (Python 3.6+ only?)

2017-01-17 Thread Tim Graham
I propose to tentatively target Python 3.5+ for Django 2.0 but not to remove the current workarounds for Python 3.4 at this time. Shortly before the alpha for Django 2.0, an interested person can look into how much work is required to fix any test failures on Python 3.4 and we'll make a decisio

Re: Time based one time password and django ?

2017-01-17 Thread 'Tom Evans' via Django developers (Contributions to Django itself)
Also django-two-factor, which builds on django-otp and provides all extra bits you might need, eg setup views, QR code generation for device registration, login wizards etc supporting HOTP/TOTP, static tokens, Yubikey and SMS. https://markusholtermann.eu/2016/09/2-factor-authentication-in-django/