Re: Google Patch Rewards program

2020-01-07 Thread William Vincent
This is great! To the extent we have this teed up internally, makes it much easier for DSF to go to Google and coordinate. And even if Google doesn't pan out, having structure makes it easier for us to, for example, find funding if some fundraising projects in the works pan out. On Tuesday, Dec

Re: Extent of async integration into 3.0

2020-01-07 Thread Adam Johnson
Hi Jure Andrew laid out the general plan in DEP 0009: https://github.com/django/deps/blob/master/accepted/0009-async.rst I think this answers all your questions, for example: WebSocket support will not be in Django itself; instead, we will make sure > that Channels has all the hooks it needs to

Extent of async integration into 3.0

2020-01-07 Thread Jure Erznožnik
I've been monitoring this list for a bit, enough to see that 3.x is now moving in the async direction. Is there a roadmap as to where we want to get with this direction? Or, to ask more directly: I have been looking into django-channels for a while in order to start catering for ever-increas

Customizable urlize

2020-01-07 Thread Johan Schiff
Hi Django. I'm currently working on a project where we want to use Django template filter *urlize*, but with a custom url formatter. The way the Django code works atm, we can't extend *urlize* customize output. That means we have to go non-DRY and copy code. Generally I like using class based c