Changing how Channels/ASGI receives messages

2017-03-27 Thread Andrew Godwin
Hi all, I wanted to ask your feedback on a proposed change I want to make to the ASGI spec for channel layers. In particular, my goal is to make it so that Daphne only has to receive() on a single channel at any time, massively simplifying the work it takes to poll for new messages and the overhe

Re: Feature request: django.py makemessages --add-location=full|file|never

2017-03-27 Thread Adam Johnson
I don't see any reason against adding it. If there isn't a ticket already, you can make one at https://code.djangoproject.com/ , then look at the extensive contributing guide . On 27 March 2017 at 19:26, wrote: > Hello there, > > Ple

Feature request: django.py makemessages --add-location=full|file|never

2017-03-27 Thread ling-xiao . yang
Hello there, Please let me know if it is a duplicate. I would like to propose the support of `--add-location` of `xgettext` in Django makemessages, in order to provide a fine-grain control of the metadata of .po files. At present, Django makemessages support `--no-location` to completely suppr

Re: Deprecate is_superuser, is_staff and is_active

2017-03-27 Thread Melvyn Sopacua
On Friday 24 March 2017 04:31:32 guettli wrote: > I know this is a crazy idea, and it will get the "won't fix" tag very > soon. > > Nevertheless I want to speak it out. > > My use case: Get a queryset of users who have a given permission. I'm still thinking about this use case. Cause it's not fo