William Young
William Young
As much as I won't blame my tools, going from sublime to gedit fooled me! Amended.
Bump as I've also come across this, I've implemented a "hack" for the time being where I do: ``` def parameterized_or_literal(request, argument): if argument[0] == "": return request.getfixturevalue(argument[1:-1]) return argument...
I second this finding, I was trying to debug this for ages and changing the name to something unique fixed it. It would be great to be able to reuse...
You too! This is the approach we went with in the end, base32 and force lower!
I am also getting a similar issue!
I also solved my own case - it was after bumping. For the use case I have I have a custom class which assumes certain behaviour. Thanks for a great...
So the solution I had was very specific to the changes I made on-top of the package (I had assumed behaviour of private internal variables). If you have similar custom...
This seems to be addressed by https://github.com/dcramer/django-uuidfield/pull/67 I assume we are now waiting on the project owners to verify it works, merge, and push to PyPi. For the time being...
Unfortunately not, sorry.
This library doesn't work with Python 3 when downloaded through pip. Despite this, the HEAD of master works fine if pulled from here. The owner (@e-dard) needs to submit the...