Define author_search_vector_trigger
via Author.Meta.triggers
Previously, triggers lived only in a particular migration file. With this change, code for the triggers resides in the model, and their lifecycle is managed through normal Django migrations.
This commit is contained in:
parent
44ef928c3c
commit
416a6caf2d
5 changed files with 103 additions and 0 deletions
|
@ -7,6 +7,7 @@ django-celery-beat==2.4.0
|
|||
django-compressor==4.3.1
|
||||
django-imagekit==4.1.0
|
||||
django-model-utils==4.3.1
|
||||
django-pgtrigger==4.10.0
|
||||
django-sass-processor==1.2.2
|
||||
django-csp==3.7
|
||||
environs==9.5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue