Fellow Reports -- March 2020

2020-03-19 Thread Carlton Gibson
Hi all. Calendar Week 10 -- ending 08 March. Triaged: https://code.djangoproject.com/ticket/31342 -- Default manager vs Base manager for RelatedManager (Accepted) https://github.com/django/asgiref/issues/147 -- Is it possibile to call obj.save() inside an event loop? #147 (worksforme) http

Re: Request to reconsider #30311 -- allow overriding site-wide admin actions

2020-03-19 Thread Carlton Gibson
OK, reopened and accepted. Thanks for bringing it to the list Shai! C. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django dynamic form creation

2020-03-19 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Re: [Feature Request] Having an middleware to be able to force authentication on views by default

2020-03-19 Thread Fabio Caritas Barrionuevo da Luz
> I'm surprised nobody has mentioned django-stronghold in this discussion which does exactly what you're looking for. Same here. django-stronghold has been working well in my projects for me for years. https://github.com/mgrouchy/django-stronghold Em quinta-feira, 19 de março de 2020 07:

Django dynamic form creation

2020-03-19 Thread Rahul Roshan
I am trying to create a splitwise clone application for my weekend project. I have arrived at a stage where I have to create a new Bill. Please find below screenshot. In this form I have three queries: 1. A dynamic form where a model with fields (amount, user) can

Re: [Feature Request] Having an middleware to be able to force authentication on views by default

2020-03-19 Thread Matt Magin
Hi all, I'm surprised nobody has mentioned django-stronghold in this discussion which does exactly what you're looking for. It's implemented as a middleware, with two settings for exclusions -- A list of named url's or a list of regex's to match url's against. This works well, and managing the e

Re: [Feature Request] Having an middleware to be able to force authentication on views by default

2020-03-19 Thread Mehmet Ince
Hi Alasdair, > On 16 Mar 2020, at 12:59, Alasdair Nicol wrote: > > Hi, > > Creating Django settings is often discouraged, so perhaps it would be better > to create a subclass of AuthenticationMiddleware instead of adding a setting. > Then users would update MIDDLEWARE to enable the new functi

Re: New Merger nomination.

2020-03-19 Thread Carlton Gibson
I don't know if this got blocked in the now-obsolete use of cognates of "commit"? > The Merger role is not just a new name for "committer". If Claude is > appointed a Merger, he will be forbidden to do what you are saying -- > a Merger cannot push their own contributions directly into Django!