Devid
Devid
["Lazy relationships"](https://docs.djangoproject.com/en/2.2/ref/models/fields/#foreignkey) is a django documented feature, so this should be supported. It is true that its usage may be a symptom of a circular import, but there are many...
`django-csp` has a [context processor](https://django-csp.readthedocs.io/en/latest/nonce.html#context-processor) to inject `nonce` into render context and also can add it to response headers. If analytics nodes could add a placeholder in their script template...
Any news regarding this PR? Can any mantainer merge it or at least tell us why not?
Any news about this feature?
> It should be possible to store both path and host in @metadata always, and allow hiding them if they're not populated. As I can see on tag `4.0.3` both...
Forcing users to use `mutate` to remove those fields may cause problems when using JSON codec with a schema where those fields may be present. IE: ``` {"var1": "foo", "var2":...
I am getting a similar error due to mistune 2.x in which `BlockGrammar` was removed from the codebase.
PyJWT from 2.0 has [added JWK](https://pyjwt.readthedocs.io/en/stable/changelog.html#id8) and support was improved in [2.1](https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-1-0). It should be checked if their implementation could replace jose.
I was trying to write a PR to handle this by using only pyjwt. So far the main compatibility issue is https://github.com/jpadilla/pyjwt/issues/314, since jose has builtin-support for this JWT extension...
Any news about this? I run into this problem because [`UIDevice.current.identifierForVendor.uuidString`](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) returns a UUID while GCMDevice wants an HexInteger.