How to create calculated fields in Django's Djapy? And access the source / original object? #17
Replies: 1 comment
-
from djapy.schema import SourceAble |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bishwas-py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assigning
SourceAble
to your schema is enough, and then you can useself._source_obj
to get your objects.Beta Was this translation helpful? Give feedback.
All reactions