(collector, field, sub_objs, using)
| 45 | |
| 46 | |
| 47 | def RESTRICT(collector, field, sub_objs, using): |
| 48 | collector.add_restricted_objects(field, sub_objs) |
| 49 | collector.add_dependency(field.remote_field.model, field.model) |
| 50 | |
| 51 | |
| 52 | def SET(value): |
nothing calls this directly
no test coverage detected