Johnny Rocketfingers

Results 8 comments of Johnny Rocketfingers

I haven't been able to get to work on this. For the random internet citizen: in the meantime, you can log to Sentry with something along the lines of: ```...

https://github.com/jrocketfingers/django-money-example Here's an example project to ease reproduction.

That PR is where I found out about `default_currency=None` (should've read the docs more thoroughly 😬), and it _did_ inspire me for another future issue/proposal -- namely, DRF users don't...

It's _highly likely_ that I'm missing something in django-money, but looking at `CurrencyField` I don't see anything that would affect the migration. It looks like a regular `CharField` ¯\\_(ツ)_/¯ So,...

I'm dumb. The only thing that should set `null=True` on `CurrencyField` of a `MoneyField` is coming from `default_currency=None`. Just went full circle, ignore the things below. ~I didn't specify the...

I never got around to fixing it :( I hope my notes are detailed enough to get back into it and fix it, but I can't promise anything. Wish there...

I just realized I've never closed this as fixed, so here we go. Thanks everyone! (I've re-ran the example repo above, updated django-money, and the sqlmigrate result doesn't add DEFAULT...

You would extend or use one of the [authenticators described in the docs](https://django-ninja.dev/guides/authentication/?h=auth#http-bearer). From what I can tell there's no opinion on how to issue tokens.