Re: Fellow Reports - September 2019

2019-09-22 Thread Mariusz Felisiak
Week ending September 22, 2019. *Triaged:* https://code.djangoproject.com/ticket/30774 - Migrations uses value of enum object instead of its name. (accepted) https://code.djangoproject.com/ticket/30776 - AuthenticationForm's username field doesn't set maxlength HTML attribute. (created) https://

Re: docs request: signals documentation warning

2019-09-22 Thread Christian González
Am 22.09.19 um 20:53 schrieb Cesar Canassa: > > Dispatching a signal to a handler is an implicit function call. > > I think that's a good one to include as well, some people get the > impression that the signals are an async Celery-like process. definitely. That's completely new to me e.g. I thoug

Re: docs request: signals documentation warning

2019-09-22 Thread Cesar Canassa
> Dispatching a signal to a handler is an implicit function call. I think that's a good one to include as well, some people get the impression that the signals are an async Celery-like process. Best regards, Cesar On Sun, Sep 22, 2019 at 9:19 AM Aymeric Augustin < aymeric.augus...@polytechnique

Re: docs request: signals documentation warning

2019-09-22 Thread Aymeric Augustin
Hello, Yes, I think the docs should be a better job at preventing people from getting signal-happy without grasping all the consequences. I've faced that issue in a big (> 1 million LoC) project as well. Without getting too emotional, I think the docs could say that: 1. Signals are for executi