Re: Adding a attribute to a model property

2017-06-08 Thread Bernd Wechner
Melvyn, Aha, thanks for the insight. Found it at last. "Property" is an amazingly difficult word to search for as it happens. Still my problem remains. But this: "Changed in version 3.5: The docstrings of property objects are now writeable." is hopeful. Suggesting if the docstring can be wri

Re: Adding a attribute to a model property

2017-06-08 Thread Melvyn Sopacua
On Thursday 08 June 2017 16:18:42 Bernd Wechner wrote: > This works charmingly. Though I admit I don't fully understand it. The > type "property" passed to isinstance seems to be a built in type as I > don't import it anywhere and I can't find a definition (I use PyDev > and it brilliantly lets me