1
0
Fork 0

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:
Adeodato Simó 2023-11-24 22:26:13 -03:00
parent 44ef928c3c
commit 416a6caf2d
No known key found for this signature in database
GPG key ID: CDF447845F1A986F
5 changed files with 103 additions and 0 deletions

View file

@ -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