Joseph Kahn
Joseph Kahn
Any support for this? Would you accept PRs?
Up to you. I'd say dropping Python 2 is a major version bump but I'm not sure.
Here's all I have https://github.com/jsocol/django-jsonview/pull/47
@darrenburns Check out this thread here: https://github.com/pytest-dev/pytest/pull/5933 If that looks good, please chime in.
I can take a look. To be honest, I haven't done too much work on the routing myself but I know how it works. I know there are some flaws...
What's an example of a call causing this? `Car.objects.`? What call causes it to return `None`? I also updated your question formatting for it was a bit easier for me...
You can see some working examples in the test code in this repository. You can't use `Car.objects.all()` because that would require Django to call each of your databases to get...
It would have to know what you wanted to do to do that step for you. Or automatically always look into all the shards. The package is meant to give...
Good catch, I'll update it in addition to the others. It's a busy few weeks for me right now but I'll slot in some time soon.
Yeah, I'll get on this. Sorry I've been rather busy and when it wasn't the holiday season it slipped my mind.