Fellow Report - June 17, 2017

2017-06-17 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28299 - Adding a unique UUIDField to an existing model immediately fails with a database constraint error (duplicate) https://code.djangoproject.com/ticket/28302 - Separate authorisation from authentication (duplicate) https://code.djan

Re: On ASGI...

2017-06-17 Thread Josh Smeaton
FuncName() and FuncNameAsync() are common patterns in .NET land with async/await. The snake case translation would be funcname_async. From a quick scan, the JS world hasn't settled on a convention yet, though there is a bit of discussion about how to differentiate the names. Personally I don't