Stefan Hammer
Stefan Hammer
Update: Just found out, that the timestamps in the logs are not always in the default timezone, some are UTC as well (https://github.com/wagtail/wagtail/issues/9595#issuecomment-1303085511). We should really add timezone information to...
I think the only solution to the messed up log timestamps (most of them are stored in UTC, but the "go_live_at"-timestamps are stored with the local timezone), is to migrate...
Since the related issue #9581 and the PR itself have been edited and adapted a lot over time, I'm trying to summarize it here again, together with a basic guideline...
@lb- I've tried hard to reproduce this with your TZ settings, but I wasn't able to. The only thing I can explain to me is, if the `TIME_ZONE` setting is...
Thanks a lot @lb- ! I'll create a PR shortly.
Fyi: there is also a related discussion https://github.com/wagtail/wagtail-localize/discussions/394 It's really a pain, always having to backup the original translated content. It is very easy to loose content, even if it...
Since we've just implemented this for one of our projects, and it seems to work so far, I was thinking about the concrete steps to implement this in a clean...
Closing this, since #11020 duplicates it partially.
Oops, I should have removed the review-label too, thanks! Unfortunately, there is no clean way to fix this one remaining issue (see [above](https://github.com/wagtail/wagtail/pull/9284#issuecomment-1279035605)) in wagtail. Since it currently requires to...
I think this would increase the probability of shooting yourself in the foot 😉 The current solution is not bad, because it also validates uniqueness for scheduled publications for example....