nautobot-app-ssot
nautobot-app-ssot copied to clipboard
Documentation issue for contrib modelling
We are currently recommending to use dir(object)
- this shows property fields as well, such as prefix.prefix in 1.6 - we should recommend to use __dict__
or _meta.get_fields()
instead.