Just wondering if it's possible to return a list of all attributes which possess a uniqueness validation? For example, I have a model Person - I'd like to return a list of the attributes in 'Person' which have a uniqueness constraint. Any ideas?
|
feedback
|
|
You can do something like
to get the list of uniqueness validators for the Person model. Each validator has an | |||
|
feedback
|