Re: Fellow Reports -- November 2019

2019-12-01 Thread Carlton Gibson
Hi all. Calendar Week 48 -- ending 01 December. Preparation for Django 3.0 and other releases. Triaged: https://code.djangoproject.com/ticket/30974 -- Selenium asserts should be wait statements (Duplicate of #29892) https://code.djangoproject.com/ticket/31035 -- Promote BaseCommand.run_f

Re: Status of 3.0 release blockers

2019-12-01 Thread Recai Atak
Hi Carlton , i saw it somewhere , django 3.0 is coming with async database transaction availability . is that right ? 10 Eylül 2019 Salı 11:56:51 UTC+3 tarihinde Carlton Gibson yazdı: > > Hi all. > > Time to begin the release process for 3.0! 🎉 > > The feature freeze was yesterday, with some la

Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-01 Thread אורי
Django developers, I just added this feature request: https://code.djangoproject.com/ticket/31052 I customized FORMAT_SETTINGS in Speedy Net, you can see more information in this commit: https://github.com/speedy-net/speedy-net/commit/f5dc4896c136a816ab9fe0dc360d3fd59d0a5f33 And on Stack Overfl

Re: Let Django users customize FORMAT_SETTINGS (a feature request)

2019-12-01 Thread אורי
Hi, If you accept this feature request I can try to write it myself as a pull request to Django. אורי u...@speedy.net ‪On Mon, Dec 2, 2019 at 6:32 AM ‫אורי‬‎ wrote:‬ > Django developers, > > I just added this feature request: > https://code.djangoproject.com/ticket/31052 > > I customized FORM

Re: Status of 3.0 release blockers

2019-12-01 Thread Adam Johnson
Recai, I’m afraid that’s not true. Django 3.0 adds ASGI support for asynchronous calls to the outermost handler. However all the rest of the stack remains synchronous. See the release notes: https://docs.djangoproject.com/en/dev/releases/3.0/ For a single file demo app see my blog post: https://ad