Beginner friendly issues

2021-05-30 Thread Nishant Sagar
Hey I'm a beginner in this project can anyone suggest me any beginner friendly issues. Thank You -- 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 fr

Re: Beginner friendly issues

2021-05-30 Thread Sky Lord
Am also beginner anyone suggest us what to do?? On Sun, May 30, 2021, 11:36 AM Nishant Sagar wrote: > Hey I'm a beginner in this project can anyone suggest me any beginner > friendly issues. > > Thank You > > -- > You received this message because you are subscribed to the Google Groups > "Djang

Re: Beginner friendly issues

2021-05-30 Thread Carlton Gibson
Hi. We don’t really have a set of beginner tickets labelled. There’s the “Easy Pickings” label, that’s mentioned in the contributing guide: https://code.djangoproject.com/query?status=assigned&status=new&easy=1&desc=1&order=id There aren’t too many of those, but you’re welcome to take on any of

Re: Fellow Reports -- May 2021

2021-05-30 Thread Carlton Gibson
Hi all. Calendar Week 19 -- ending 16 May. Triaged: https://code.djangoproject.com/ticket/32744 -- Template changes cause dev server to reload (worksforme) https://code.djangoproject.com/ticket/32743 -- Migrations don't alter foreign key data types when referencing primary keys in MTI model

#32749 PyMemcacheCache uses default_noreply=False although pymemcache recommends to set to True

2021-05-30 Thread Nishant Sagar
I've gone through the documentation of pymencache and if I'm not wrong its nowhere written that it recommends default_noreply to be set to True pymemcache documentation says noreply will not read errors returned from the memcached server. If a function with noreply=True causes an error on the