Samuel Colvin

Results 1016 comments of Samuel Colvin

technically this is backwards compatible so doesn't need to go in v1, but let's leave it here and see how we get on.

I keep meaning to get around to it, but haven't had time yet.

There should also be some simple way to to set the dump alias to "skip" or "exclude" which means that field is excluded when calling `dict()` or `json()`.

I think we used to have it like that but changed it since the current solutions is most user-friendly in most scenarios. You can change this yourself on a model...

> As it stands, there is little value in using Decimal fields Even if we accept your point, this is incorrect since many people are not using JSON. The work...

Ok, let's change it in V2. I don't think we should have an additional type, I don't think we should change it before V2.

> seems like using `ConstrainedNumberMeta` as metaclass for `ConstrainedDate` has broken the tests relating to Hypothesis strategies (_hypothesis_plugin.py) > > Would appreciate some guidance on whether this approach makes sense...

you'll also need to rebase or merge master to get all a green tick.