Re: GitHub Actions

2019-11-05 Thread Shai Berger
On Tue, 5 Nov 2019 13:35:24 -0800 (PST) Florian Apolloner wrote: > > Ui, seems like we can start using our own runners: > https://github.blog/2019-11-05-self-hosted-runners-for-github-actions-is-now-in-beta/ > > -- seems like github actions is becoming more and more a jenkins > replacement

Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2019-11-05 Thread Tobias Bengfort
I also have experience with the limitations of the default permission system. But I don't think it is necessarily a problem. There are two options to deal with it: - Django could add small bits of flexibility, e.g. make the group model swappable. This adds complexity that needs to be accounted

Re: GitHub Actions

2019-11-05 Thread Florian Apolloner
On Thursday, October 31, 2019 at 2:33:29 PM UTC+1, Florian Apolloner wrote: > > > > On Thursday, October 31, 2019 at 11:08:49 AM UTC+1, Tom Forbes wrote: >> >> 1. How do we support Oracle? >> > > For now we don't > Ui, seems like we can start using our own runners:

Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2019-11-05 Thread Tom Clark
I'd be very interested in this. But it seems like one helluva lot of work, to enable people to customise their Group model. I think in general, there are two reasons why one want to use a swappable model in this case: - To create nested relationships with e.g. mptt. - To add a field or two

New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-05 Thread Suvodeep Dubey
I have cloned channels repo in my local. I was going through the bugs but was unable to set-up the environment to reproduce the bugs. I have the following understanding: 1. Rather than `pip install channels` clone the channels from git 2. Execute the channels parallel to your application and

Re: pass list parameter from one class view to another

2019-11-05 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