Gertjan Oude Lohuis
Gertjan Oude Lohuis
@SeanHayes Did you find a solution for this problem? We're seeing it.
I'm not sure this is the way to go. I'm also facing this issue, and I tested this solution. This solution has no way to recognize a list with just...
Checks have failed due to `ERROR: InterpreterNotFound: python3.3`. I don't think there's anything wrong with my own tests.
ping @jpadilla
Myeah, you're right about this being a breaking change. I'm not sure how big of an issue that is though :). The issue with `'0` being parsed as a string...
Hey @jpadilla. Alright, sounds like a plan! So then the forced cast to `int` would also go, or do you want to keep that in there to retain backwards compatibility?...
Sorry, made a mistake with my imports (usage of `datetime.datetime.date` instead of `datetime.date`). The example should read: ```python >>> from datetime import date >>> from my_models import MyModel >>> m...
@Gallaecio Can you or someone from the core team provide some pointers to what needs to be done? That might help to entice someone to give this a go.