Changes between Initial Version and Version 1 of Ticket #12750


Ignore:
Timestamp:
Feb 1, 2010, 11:46:27 AM (14 years ago)
Author:
Alex Gaynor
Comment:

Please use preview.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12750 – Description

    initial v1  
    11Section of code causing error:
    2 
     2{{{
    33       from django.core.urlresolvers import resolve
    44        view_func, args, kwargs = resolve(request.META['PATH_INFO'])
     
    2323AttributeError: 'MethodDecoratorAdaptor' object has no attribute 'func_code'
    2424[01/Feb/2010 17:38:49] "GET /who/availability/ HTTP/1.1" 500 841
     25}}}
    2526
    26 
Back to Top