Andrew Velis
Andrew Velis
There is a good discussion on this on the django-redis repo. The main issue I believe is that Redis no longer converts to a string by default. Therefore the CacheKey...
@filipeximenes That works for me! My solution (like in my mind only) was to transform the dictionary key string into a readable name value. Since `camelToSnake` is in this library,...
I could be wrong here but I believe it is offering a confirmation view that shows all the data you entered in the previous view before. Kind of like when...
@davidegalletti I think this is a nice attempt but only covers signup password validation. It would also be nice to see change password and password reset management as well. Still...
Given my recent exploration into this locally sheds light on one particular issue atm. [Specifically with temp table constraint names surpassing the max length of 64 characters](https://bugs.launchpad.net/percona-toolkit/+bug/1491674). This is not...
@adamchainz I don't have long model names. From what I saw. Django has it's own way of generating FK constraint names and when pt-osc decides to re-attach those constraints I...
+1 Running Mac OS X Mavericks. From what I have been reading. It would appear that the program has a bug in it. I had to compile and run it...
Ok. Upon further investigation I was able to get this tool to work. The caveat is that it has to run on a Ubuntu server or unix server. Even then...
I am inclined to agree with @triat . However, so I can better understand what you are looking for, can you give an example of what you want to the...
@inforian Thanks for making a PR. If you can briefly explain how this betters the library I am all for it. Write somes tests would be great. Lastly, add some...