Changes between Initial Version and Version 1 of Ticket #2544
- Timestamp:
- Aug 22, 2006, 12:08:09 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2544 – Description
initial v1 5 5 Currently, a statement similar to the following will fail with a NameError similar to the below: 6 6 7 {{{NameError at /dave/ 7 {{{ 8 NameError at /dave/ 8 9 name 'person' is not defined 9 10 Request Method: GET 10 11 Request URL: http://localhost:8000/dave/ 11 12 Exception Type: NameError 12 Exception Value: name 'dave' is not defined}}} 13 Exception Value: name 'dave' is not defined 14 }}} 13 15 14 16 The ideal behaviour would be that the filter function would be able to accept values from the url dispatcher.