Changes between Initial Version and Version 1 of Ticket #12019


Ignore:
Timestamp:
Oct 12, 2009, 2:28:39 PM (15 years ago)
Author:
Alex Gaynor
Comment:

Please use preview.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12019 – Description

    initial v1  
    11When calling @cache_page with no arguments I get the following exception while running mod_wsgi.  I'm not sure if that usage is valid.  I would assume it would use CACHE_MIDDLEWARE_SECONDS if nothing is provided, but I can't find anything about that in docs or see any evidence of that in the code.  If that argument is required, I think a clear exception should be thrown rather than this one when running under mod_wsgi.
    2 
     2{{{
    33Traceback (most recent call last):
    44
     
    1616
    1717AttributeError: 'WSGIRequest' object has no attribute '__name__'
     18}}}
Back to Top