Bart van Andel

Results 62 comments of Bart van Andel
trafficstars

Thanks for picking this up, your fix looks fine to me. Is there something up with Codecov though? That one task has been pending for over 9 days now on...

Excuse the pause. I've just tested this locally, with our actual API, and your fix works fine indeed. Excerpt from before the fix: ```yaml website: type: - string - 'null'...

I think I can see a couple code paths which would indeed cause trouble, all requiring that `USE_JWT` is `True`: - `JWT_AUTH_HTTPONLY` set to `True`, but no valid cookie, hence...

For reference, since the PEP is accepted, up-to-date documentation can be found in the [Python Packaging User Guide](https://packaging.python.org/en/latest/specifications/dependency-groups/ "Python Packaging User Guide | Dependency Groups")

I suppose before merging this one, Python 3.13 can be added, and Python 3.8 can be removed?

Probably a good idea to remove for other EOL versions of Django too: - Django 3.2: EOL since 01 April 2024 - Django 4.1: EOL since 01 April 2023 -...

@friedelwolff Would you have time to take a look?

Note: this will break support for ancient Django 3, but that one has been EOL for so long it [doesn't even show up on endoflife.data/django](https://endoflife.date/django) by default. Hint: support for...

@friedelwolff Are you still maintaining this package?