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
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:/
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'
🎉🎉🎉 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
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
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
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