Results 26 comments of David Binetti

So glad this repo is getting some love @ticosax Am really hoping that UUID support for PKs can be added, in whatever form; this is really become the norm these...

Happy New Year! What is the status of this issue? Do you need additional feedback on it @ticosax? I'm still using a fork but would love to get back on...

Very well. My fork just runs a migration to CharField; I'm afraid creating swappable models is beyond my skills. I'll just pull from upstream. Thanks!

A swappable model would be just as intrusive since it also would require a migration with all the attendant issues. So the question isn't swappable v. non-swappable, it's "should we...

We're divided now and will always be; that isn't going to change. It's about what the priority will be moving forward. So perhaps another guidepost would be if and when...

No one is suggesting that the reference fields need to be changed. @ticosax 's point is that mandating a migration is itself an intrusion. Now we can argue about whether...

Mandating a migration is itself an imposition. It might be slight, but it is one nonetheless. But more to your point, if a user were sorting their logs by `object_id`...

Yep, sounds totally reasonable. What say ye @ticosax? Are you persuaded by this discussion? I think we can put together a PR if we believed it had a chance of...

@jamesls @wilsonwc Are there any plans to to add support for the `~/.aws/cli/mime.types` approach? This would be most welcome.

I had this same issue, but (for me) it had nothing to do with this library. It was an issue with the session serializer. Changing to the PickleSerializer fixed things....