Re: Fellow Reports - July 2020

2020-07-28 Thread Mariusz Felisiak
Week ending July 26, 2020. Released Django 3.1rc1. *Triaged:* https://code.djangoproject.com/ticket/31799 - Queryset.update() examine Fields which has auto_now=True (duplicate) https://code.djangoproject.com/ticket/31802 - Add system check for SITE_ID. (accepted) https://code.django

Re: Review help with GSoC Mypy plugin project.

2020-07-28 Thread jhabar singh
sir I have forked the mypy package and Once I get thoroght with It's doc I will set it up on my system and start doing what you told. On Tue, Jul 28, 2020 at 5:14 PM Kacper Szmigiel wrote: > Hi! > > Thank you Carlton for mentioning this. > There's not that much knowledge on the Django Stubs pro

Re: Review help with GSoC Mypy plugin project.

2020-07-28 Thread Kacper Szmigiel
Hi! Thank you Carlton for mentioning this. There's not that much knowledge on the Django Stubs project required, but experience with writing Mypy plugins is. I'll appreciate all kinds of help. Please contact me directly if you want to participate :) Kind regards, Kacper wt., 28 lip 2020 o 10:05

Re: Fellow Reports -- July 2020

2020-07-28 Thread Carlton Gibson
Hi all. Calendar Week 29 -- ending 19 July. Triaged: https://code.djangoproject.com/ticket/31780 -- Include the Python traceback in the debug-page footer as a HTML comment (wontfix) https://code.djangoproject.com/ticket/31774 -- validate_unique in Model class doesn't validate uniqueness for

Review help with GSoC Mypy plugin project.

2020-07-28 Thread Carlton Gibson
Hi all. This is just a quick note, with a request for input, if you have an interest typing with Django. Kacper is doing a GSoC project to improve the django-stubs Mypy plugin. It's going well, but as ever, extra reviewing capacity is always handy. Current PR is here: https://github.com/t

Re: Ticket #21289 - Login rate limiting

2020-07-28 Thread Claude Paroz
Le mardi 28 juillet 2020 08:31:51 UTC+2, Aymeric Augustin a écrit : > > - We should focus this on usernames and ignore IP addresses, as most sites > are behind a reverse proxy of some kind and no one handles X-Forwarded-For > headers right (even Heroku doesn't care — when I reported they were >