<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,6 +52,7 @@ def create_view(klass):
             return response
         else:
             return view_instance.__after__(response)
+    setattr(_func, '_class', klass)
     return _func
 
 class BaseView(object):</diff>
      <filename>django_oopviews/base.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ed44332279daefbae0804f9f060901c38ff34cd</id>
    </parent>
  </parents>
  <author>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </author>
  <url>http://github.com/zerok/django-oopviews/commit/8b80cae437b6089310ae12dd76532624c84db18b</url>
  <id>8b80cae437b6089310ae12dd76532624c84db18b</id>
  <committed-date>2008-11-10T16:46:35-08:00</committed-date>
  <authored-date>2008-11-10T16:46:35-08:00</authored-date>
  <message>Also provide access to the wrapped class from within the view function

This comes in quite handy if you're operating on resolved view functions and
want to access the class-level variables and methods.</message>
  <tree>455706c02fb0a5dfcb29572779c2dde34ecb3c1c</tree>
  <committer>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </committer>
</commit>
