Closed drawks closed 10 years ago
Hi @drawks!
It is an interesting improvement. I'll start working on it.
Only a question:
[...] what validators and decorators might be in play
What do you mean by decorators
?
For instance you've implemented "nullable" as a decorator....
Fixed and released.
When using inspection or even just manually inspecting _fields it would be nice if it was more obvious what validators and decorators might be in play. Particularly it would be nice to be able to see what fields are required and which are nullable. I think manipulating the repr property of Field objects as they are modified would be a relatively backwards compatible way of achieving this.