I'm new to django. And now I'm studying using the class-based generic views. Could someone please explain the ame and use of context_object_name attribute?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Ok, I've got it by myself! :) It's just a human-understandable name of variable to access from templates http://docs.djangoproject.com/en/1.3/topics/class-based-views/#making-friendly-template-contexts |
|||
|
|