Looking at documentation<https://docs.djangoproject.com/en/1.3/ref/models/fields/#arguments>on using ForeignKey.on_delete with models.SET I can't find a way to pass an object being deleted to callable
get_sentinel_user to correctly choose new value for foreign key field. Any advice on how can I work around this problem? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/avwflIGOMIoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

