Fellow Report - October 24, 2015

2015-10-24 Thread Tim Graham
On the infrastructure front, I've been working with Shai and Mariusz Felisiak to update the Oracle continuous integration server to Oracle 12. It’s mostly completed and we have some new GIS tests between Oracle 11 and 12 to fix for anyone interested. We’ll likely retire the Oracle 11 machine on

a standard descriptor signature?

2015-10-24 Thread Tim Graham
Curtis, or should I say FunkyBob, raised the issue here: https://github.com/django/django/pull/5226 Currently we have several different signatures: def __get__(self, instance, instance_type=None) def __get__(self, obj, type=None): def __get__(self, instance, type=None) def __get__(self, obj, obj

Re: Django 1.9: default='' no longer permitted on model field (with blank=False)

2015-10-24 Thread Shai Berger
Hi, On Saturday 24 October 2015 04:13:47 charettes wrote: > Hi everyone I'm the author of this change. > > I submitted a PR (https://github.com/django/django/pull/5471) to completely > revert this change given suggest adjustments don't get enough support. > I don't think that's the right fix. I

Re: makemigrations --exit; exit status feels backwards from conventions

2015-10-24 Thread Jon Dufresne
Thanks everyone for the useful feedback. I've created a ticket where the development of the idea can continue: https://code.djangoproject.com/ticket/25604 On Fri, Oct 23, 2015 at 7:33 AM, Chris Foresman wrote: > Jon, > > You proposal seems like a sane and welcome change that aligns the exit > sta

Re: Python 3.5 Support in Django 1.8.x?

2015-10-24 Thread Tim Graham
Here's the PR to remove 50K lines of deprecation warnings when running the Django 1.8 tests on Python 3.5 as well as to fix the two test failures caused by those warnings: https://github.com/django/django/pull/5472 In case you look and wonder about the build failures, Jenkins broke today after