Y
Hacker News
new
|
ask
|
show
|
jobs
by
edmundsauto
1203 days ago
I'd just use a calculated virtual column that you calculate at the queryset retrieval time. (Note I am not an Django expert, more of a hack).
https://www.appsloveworld.com/django/100/228/add-calculated-...
1 comments
mgummelt
1202 days ago
Ah, this is an overloading of terms. Plato virtual columns are not computed columns. They're new storage.
link