Re: Upcoming Contributing to the Django Docs Workshops

2021-06-13 Thread moshe nahmias
Hi Daniele, Can you check to make sure I registered for the workshop? I didn't get any confirmation or link to where I should connect. I registered with the email I sent this message. Or should I register again to make sure? I assume duplicates are less welcome Best, Moshe On Sun, Jun 13, 2021 at

Re: Upcoming Contributing to the Django Docs Workshops

2021-06-13 Thread moshe nahmias
Thanks for the reply, when are we supposed to get a link to connect to for the workshop? On Sun, Jun 13, 2021 at 6:17 PM Daniele Procida wrote: > moshe nahmias wrote: > > >Can you check to make sure I registered for the workshop? I didn't get > >any confirmation or

Re: Upcoming Contributing to the Django Docs Workshops

2021-06-13 Thread moshe nahmias
Thanks On Sun, Jun 13, 2021 at 10:44 PM Carlton Gibson wrote: > We’ll send out a link for the first workshop this Tuesday. > > On Sun, 13 Jun 2021 at 18:44, moshe nahmias wrote: > >> Thanks for the reply, when are we supposed to get a link to connect to >> for the wor

about ticket 28588- has_perm hide non-existent permissions

2017-09-24 Thread moshe nahmias
Hi, I am a python developer and like to use Django for web development. Since I like the framework I want to contribute back, so I looked at the open tickets to find something I can start with contributing and found ticket 28588. This ticket is about when checking if the user has permission for so

Re: about ticket 28588- has_perm hide non-existent permissions

2017-09-29 Thread moshe nahmias
9:48:24 AM UTC-4, Florian Apolloner > > > > wrote: > > > I do not think it would be feasible to check existing permissions. For > > > one, not every backend uses the Permission class Django supplies and > > > get_all_permissions can cause performance issue

Re: about ticket 28588- has_perm hide non-existent permissions

2017-10-02 Thread moshe nahmias
rm in Permission.objects.all() What do you think? If this seems reasonable I will make the PR in the next few days. On Sat, Sep 30, 2017 at 1:45 PM, Florian Apolloner wrote: > Hi, > > On Friday, September 29, 2017 at 7:00:41 PM UTC+2, moshe nahmias wrote: >> >> 3. Return False if the permissio