Re: Google Summer of Code 2018

2018-03-24 Thread Tim Graham
Hi, I don't think this idea is suitable and as the proposal deadline is two days away, I don't think you'll be able to develop a successful proposal so late in the process. As https://code.djangoproject.com/wiki/SummerOfCode2018 says, you should have some prior experience contributing to Django

Re: Fellow Reports - March 2018

2018-03-24 Thread Tim Graham
Week ending March 24, 2018 Triaged --- https://code.djangoproject.com/ticket/29230 - Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching (accepted) https://code.djangoproject.com/ticket/29205 - MultiValueField ignores a required va

Re: Google Summer of Code 2018

2018-03-24 Thread askpriyansh
Hello ! Here's the updated version of my proposal: https://gist.github.com/priyanshsaxena/4670cae3d03a7b77a16388601c018460. A request to the community to spare some time and review this before I put it up on the GSoC portal. I am working on solving some feature-requests, and I've got working

Re: Channels - Groups and discovery

2018-03-24 Thread Andrew Godwin
Nobody else has suggested this particular approach yet, and while it would definitely make writing applications much more reliable, there's no particularly easy way to distribute an interface that I can think of (even the ASGI specification ends up being enforced on the receiver side, though ultima

Google Summer of Code 2018

2018-03-24 Thread Mberebe Guidona
Hello everyone, *Project idea* I'm new in the google summer of code and as a Python-Django developer, I was interested in participating with your organisation for this year. The project idea I have is the implementation of a CLI for Django projects (an example is the Angular CLI) for: - gen

Channels - Groups and discovery

2018-03-24 Thread Josh Smeaton
I've finally had the chance to use channels for a project (hack day multiplayer game - hope to release and blog about it some time soon), and I wanted to document some of the rough edges I hit and ask some questions about them. Specifically though, I find the mapping of payload.type to a metho