Hi
I am reading the source code of Class Based Generic View with the
version Djang 1.3
In django/views/generic/base.py, I can understand most code of the
Class "View",but not following comments :
can some one give some detailed explain, an example maybe helpful.
# and possible attributes set by decorators
# like csrf_exempt from dispatch
update_wrapper(view, cls.dispatch, assigned=())
return view
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.