html +='<a href="' + urland + '">' + str(Dag.dag_id) + '</a><br>'
django.db.models.query_utils.deferredattribute object="" at="" 0x040adbf0=""
html +='<a href="' + urland + '">' + str(Dag.dag_id) + '</a><br>'
django.db.models.query_utils.deferredattribute object="" at="" 0x040adbf0=""
Is it possible that you are using a database attribute whose value is not yet loaded?
Determine if an attribute is a `DeferredAttribute` in django
Give a respose of your view,that how you render data to this template. Your question is not clear..
Try this..
html +=' {{ Dag.dag_id }}
'