Re: CTRL-BREAK still make sense on Windows for `runserver`?

2021-06-22 Thread William Vincent
Ok, thanks for the link Matthew. Just thought I'd bring it up in case things had changed. Seems status quo is fine for now but if Windows keyboards continue to remove the Pause/Break key might make sense to add `Control-C` as Adam notes or eventually switch over. On Tuesday, June 22, 2021 at 6:

Re: `Model.validate_unique` excluding partial unique constraint

2021-06-22 Thread charettes
> I don't like using raw SQL when there is a better way to do it (is there?). > And it doesn't work when used in the Exists as the table is aliased and the raw SQL is not. I think the issue is that you're resolving before annotation/aliasing. If #27021 landed you could actually create a Lookup

Re: CTRL-BREAK still make sense on Windows for `runserver`?

2021-06-22 Thread Florian Apolloner
As long as runserver (usually) properly shuts down when CTRL-C is hit, then it imo makes sense to change the text -- especially if that is the only thing accessible on some keyboards. The usually above is because someone might have a bare except that is hit that moment and as such the process m