Nathan Shafer
Nathan Shafer
Just a note that I haven't missed or forgotten this, just haven't had time to do a deep dive into what's going on with django-cacheops. However, pickling the _hashids object...
I have merged this in, and tested the behavior of unpickling old pickled objects, and it looks like it's fully backwards compatible. So unpickling should no longer need to recompute...
Yeah I had the same thought back when the new path stuff came out in Django 2. I was thinking of creating a generic converter that would work with the...
Sorry for lack of details, I was under a tight deadline at that time and just needed a fix ASAP. Anyways, I have created a new project that reproduces the...
It's not necessarily that release require being able to set the data_dir at runtime, rather the environment that releases are run in. In my case, I compile my software then...
I started to take a look into this again the other day. I've been doing some metaprogramming for another project, so a lot more of this makes sense to me...
Sorry, no. I haven't forgotten about it, just been slammed with work for months. Hopefully I will get some time to poke at it again in the next couple months.
Thank you for the PR, this looks good. I'll merge and publish soon, pending response on your other PR #76.
I was not aware of sqids until you opened this PR, so thank for letting me know. Actually, I'm thinking that this might be a good time to retire this...
Can you provide me with a way to duplicate the problem, or a failing test that illustrates it? Or perhaps your custom `to_representation`? However, it does sound like you're doing...