Re: disclosing security release dates on django-announce

2016-10-08 Thread Shai Berger
On Friday 07 October 2016 19:47:38 Markus Holtermann wrote: > On Friday, October 7, 2016 at 4:58:00 PM UTC+2, Tim Graham wrote: > > The Django team proposes [0] to add the following to the security policy: > > > > Approximately one week before public disclosure, ... > > we notify django-announce [

Fellow Report - October 8, 2016

2016-10-08 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27304 - Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin (invalid) https://code.djangoproject.com/ticket/27258 - Raise an exception if RequestContext is used with template.backends.django.Template.render()

Re: Should we require pytz for timezone support in Django?

2016-10-08 Thread Tim Graham
I created a ticket and PR to add pytz to install_requires. I think it's a nice simplification and will result in a better user experience. https://code.djangoproject.com/ticket/27327 https://github.com/django/django/pull/7361 On Monday, June 6, 2016 at 5:28:11 AM UTC-4, Aymeric Augustin wrote: >