Andrew Chen Wang
Andrew Chen Wang
We don't support MongoDB. We have a primary key field that is explicitly set as `id = models.BigAutoField(primary_key=True, serialize=False)`, so maybe you could try swapping somehow
configuration? Can you set up a project that repriduces this problem?
Sorry, for some reason our docs don't update by version, so you're seeing the latest version of our doc. This can be resolved by using the backwards compatible name `JWTTokenUserAuthentication`....
Interesting, not sure why it's not available. It seems like it's a setup.py issue? @jezdez @jazzband/djangorestframework-simplejwt any ideas? ``` >>> import importlib_metadata >>> importlib_metadata.metadata('djangorestframework-simplejwt').get_all('Provides-Extra') ['dev', 'doc', 'lint', 'python-jose', 'test'] >>>...
don’t set USER_ID_FIELD to email. This is reserved for the autofield. We automatically pick up tha the email field is the username field On Fri, Sep 16, 2022 at 9:42...
Strange to me that set-output is emitting this warning; according to [this thread](https://github.com/actions/toolkit/issues/1218), the usage of setOutput should be fine on the latest release here. also the action has updated...
I see this might be a duplicate of https://github.com/emmett-framework/granian/pull/119
agree. docs/CONTRIBUTING sounds like a good place with a hyperlink to the file in the README
Hi thanks for the response. Will update the help text. In regards to the Path type, because watch file excepts globs, I didn't think Path would work.
would rec u just take my changes and make a PR :P not sure when i'll come back