from django.db.models.functions import Reverse ... Smith') >>> author = Author.objects.annotate(name_sha1=SHA1('name')).get() >>> print(author.name_sha1) ...
確定! 回上一頁