Re: Idea: Add .checked(/) to QuerySet as alternative to .filter() w/ .first()

2022-06-28 Thread Dave Gaeddert
> To begin with - thats the place I dont like .get() at all. The fact that > it might end up with multiple objects is a nuisance, but we cannot do > much about it for API compat reasons > ... For what it's worth, I agree with what you're saying here too. Having a `unique_or_none` (and maybe `uniq

Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-28 Thread Denny Biasiolli
Hi everyone, I just arrived on this topic searching for ideas about improving the admin datetime format. I noticed that datetime values are passed between to/from the admin form using the format defined in settings, but as you mentioned, this could be a problem when users from different timezon