Invalid to_field was passed to admin view via URL query string
| 8 | |
| 9 | |
| 10 | class DisallowedModelAdminToField(SuspiciousOperation): |
| 11 | """Invalid to_field was passed to admin view via URL query string""" |
| 12 | |
| 13 | pass |
| 14 | |
| 15 | |
| 16 | class AlreadyRegistered(Exception): |
no outgoing calls
no test coverage detected