mixxorz / django-service-objects

Service objects for Django
MIT License
337 stars 29 forks source link

ListField and DictField don't accept custom validators #74

Closed taobojlen closed 1 year ago

taobojlen commented 2 years ago

The docs show that these fields allow passing in custom validators via the validators keyword argument (just like regular Django form fields). However, this doesn't actually work!

I'll open a PR with a fix.