Changes between Initial Version and Version 1 of Ticket #12750
- Timestamp:
- Feb 1, 2010, 11:46:27 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12750 – Description
initial v1 1 1 Section of code causing error: 2 2 {{{ 3 3 from django.core.urlresolvers import resolve 4 4 view_func, args, kwargs = resolve(request.META['PATH_INFO']) … … 23 23 AttributeError: 'MethodDecoratorAdaptor' object has no attribute 'func_code' 24 24 [01/Feb/2010 17:38:49] "GET /who/availability/ HTTP/1.1" 500 841 25 }}} 25 26 26