Trent Holliday
Trent Holliday
@kygoh I also ran into this issue, I have a PR up with django-autocomplete-light to fix this. https://github.com/yourlabs/django-autocomplete-light/pull/1309
This may be worthy of its own issue, but pyjwt recently had a major version release to `2.0.0` (https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md#v200) and since the requirements don't specify an upper bound on the...
@shaib Yep the Apple ID backend works with pyjwt version 2.0.0 after your changes.
I opened #1308 to add support for dark mode.
I have a proposed fix for this here: https://github.com/jazzband/django-simple-history/pull/1390. Feedback and any additional testing are welcome.
I was able to get this working by creating a new M2M field that adds some additional logic to the related manager that gets created to filter down the results...
Looking into this more it looks like gluestack is using the older "react-stately" package: https://github.com/adobe/react-spectrum/blob/react-stately%403.21.0/packages/react-stately/src/index.ts for defining the type instead of the newer "@react-stately" package. Edit: not sure if this...
I'm working on getting a reproducible CDK stack and django app that I can share to recreate the issue. We have to do some hacky things in CDK to get...
This turned out to be due to a change we had made in our settings file to work around this issue: https://github.com/jschneier/django-storages/issues/1335. That change was: ```py AWS_S3_ACCESS_KEY_ID = os.environ.get("AWS_S3_ACCESS_KEY_ID") AWS_S3_SECRET_ACCESS_KEY...