virtualbrown
Results
2
comments of
virtualbrown
DRF has a built-in way of providing custom error messages. However, these error messages are currently ignored by 'rest_condition' classes. In DRF, you can specify a message class level attribute...
ok. So sounds like conceptually this is doable within the current framework of django-dynamic-models. Is the right way to do this by adding a new DATA_TYPE in FieldFactory and the...