Perform validation on a value.
(self, value, clean=True)
| 241 | return value |
| 242 | |
| 243 | def validate(self, value, clean=True): |
| 244 | """Perform validation on a value.""" |
| 245 | pass |
| 246 | |
| 247 | def _validate_choices(self, value): |
| 248 | Document = _import_class("Document") |
no outgoing calls
no test coverage detected