[Answered ]-Why must I specify context_object_name in my DetailView?

2👍

According to the docs you linked:

For example, the model Article would have context object named ‘article’

So, for Transaction, the context object would be named transaction.

👤jpic

Leave a comment