fdevillard
fdevillard
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.containo.us) and didn't find...
Django 5 has the following breaking change that breaks the module: ``` The django.utils.timezone.utc alias to datetime.timezone.utc is removed. ``` This PR fixes this issue.
Closes #1272 ## 📑 Description Refine the typing of the `ListGroup` such that the following code type checks correctly: ``` let myItems = [ {name: "test1", id: 1}, {name: "test2",...