Fellow Report — January 12, 2018

2018-01-12 Thread Carlton Gibson
Hi all, With help from Tim, Aymeric and Frank, I got started on the fellowship this week. (Thank you all!) I've Reviewed Patches on: https://code.djangoproject.com/ticket/24747 -- Allowed transforms in QuerySet.order_by() https://code.djangoproject.com/ticket/29002 -- Corrected cached temp

Re: Fellow Report — January 12, 2018

2018-01-12 Thread Jacob Kaplan-Moss
Hooray, welcome Carlton! Looks like a great first week; glad to have you! Jacob On Fri, Jan 12, 2018 at 9:01 AM, Carlton Gibson wrote: > Hi all, > > With help from Tim, Aymeric and Frank, I got started on the fellowship > this week. > (Thank you all!) > > > I've Reviewed Patches on: > > https:/

Re: #28975 - Skip automatic creation of postgis extension if it already exists

2018-01-12 Thread Shai Berger
As far as I know, Postgres is smart enough that the SQL statement CREATE EXTENSION IF NOT EXISTS postgis actually fails on permissions, only if the extension doesn't exist (we ran into a very similar issue with the 'hstore' extension just the other day). So long as that is true -- I don'

Re: Fellow Report — January 12, 2018

2018-01-12 Thread Adam Johnson
🎉🎉🎉 Welcome! 🎉🎉🎉 On 12 January 2018 at 17:04, Jacob Kaplan-Moss wrote: > Hooray, welcome Carlton! Looks like a great first week; glad to have you! > > Jacob > > On Fri, Jan 12, 2018 at 9:01 AM, Carlton Gibson > wrote: > >> Hi all, >> >> With help from Tim, Aymeric and Frank, I got started on t

Re: Fellow Report — January 12, 2018

2018-01-12 Thread Aymeric Augustin
Welcome Carlton! For everyone else, here's more info: https://www.djangoproject.com/weblog/2018/jan/12/dsf-welcomes-carlton-gibson-its-newest-fellow/ Best regards, -- Aymeric. 2018-01-12 18:20 GMT+01:00 Adam Johnson : > 🎉🎉🎉 Welcome! 🎉🎉🎉 > > On 12 January 2018 at 17:04, Jacob Kaplan-Moss wro

Re: Should ModelField.choices accept a callable?

2018-01-12 Thread Adam Johnson
I'd be more in favour of opting specific kwargs out of migrations, it keeps the interface simpler for users. There's a barrier to understanding Field(choices=func_that_returns_a_plain_list). As an note, Django-MySQL's EnumField uses the values in choices at the database layer to define an ENUM typ

Re: Default Authorization BackEnd Denying Permissions if Object Provided

2018-01-12 Thread Mehmet Dogan
Created a pull request: https://github.com/django/django/pull/9581 Mehmet -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to