django-pgtrigger icon indicating copy to clipboard operation
django-pgtrigger copied to clipboard

Add a hook to provide extra context to Func objects

Open gbip opened this issue 2 years ago • 0 comments

Func.render looks for the method 'get_extra_trigger_context_args' on the model instance. If it exists, it uses it's results as extra-arguments for str.format() when rendering the Func sql.

Type: feat

gbip avatar Oct 31 '23 09:10 gbip