Szczepan Cieślik
Szczepan Cieślik
And generated schema too. See #69 for example.
@avrahamshukron nice, and you are right - therefore lets make version 3 :) before that I need to release some small improvements to branch 2.x and then we will do...
Hi, Nice to hear that, I'm glad it's useful for you :) Anyway about reading json from file - well, json module is one great tool from python core -...
Hey, @discharged-spider - nice small feature. :) This pr still needs to fix tests, and maybe to develop extra option to define other name than `type.__name__` - like `type.schema_name` (which...
Nice, but actually since this is going to be some 'generic' validator - why not create other class for it? I mean `ecma=True` is just a switch that changes most...
Yeah, this would make sense actually, but alongside `ECMARegex` would be required too. And we cannot remove `Regex` class anyway for backward compatibility.
That was quick :smile:
@hugovk thanks for help! These changes are now available in version 2.6.0 :rocket:
Hey @Natureshadow If you are creating lib, of which jsonmodels would be a transport layer with optional Django support - then I suggest to put code (in the beginning at...