Matthías Guðmundsson
Results
2
comments of
Matthías Guðmundsson
On similar note, one thing that annoyed me a bit was that the validation error didn't tell you exactly where in the json doc the error occurred. I wrote a...
I ran into this same limitation or side effect as I wanted to add `description` to the Field class metadata. One work-around looked something like this: ```python player_url = AbsoluteURLFor('players.entry',...