django-pgtrigger
django-pgtrigger copied to clipboard
Add a hook to provide extra context to Func objects
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