Changes between Initial Version and Version 3 of Ticket #1
- Timestamp:
- 12/03/05 20:45:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1
- Property status changed from new to assigned
- Property owner set to bbangert
- Property version changed from to svn
-
Ticket #1 – description
initial v3 2 2 3 3 {{{ 4 #!python 4 5 def test_index(self): 5 6 response = self.app.get('/admin/comments') … … 9 10 10 11 {{{ 12 #!python 11 13 def test_index(self): 12 14 response = self.app.get(url_for(controller='admin', action='comments')