Django: Under the Hood Scholarship Programme

2016-06-12 Thread Aleksandra Sendecka
Hello everyone, I’m Ola and I’m organizing Django: Under The Hood , a conference for Django Developers happening this year from 3rd to 6th of November, in Amsterdam. Django: Under the Hood is an event gathering people interested in learning about Django intern

Re: Official Projects DEP

2016-06-12 Thread Andrew Godwin
On 12 Jun 2016 2:00 a.m., "Tim Graham" wrote: > > 1. It might be nice if projects had more than one shepherd so there's not a single point of failure. Of course, if all members of the maintenance team end up joining the team, then there's no issue. It depends how the role of work is split betwee

Google Summer of Code Updates - Class based indexes

2016-06-12 Thread akki
Hi Here is the list of tasks that I have done related to my GSoC project till now. - Introducing the django.db.models.indexes module. - Writing the BaseIndex class - kind of skeleton for all the index classes. - Writing the Index class for the default (B-Tree) indexes. -