Changes between Initial Version and Version 1 of Ticket #4581
- Timestamp:
- Jun 16, 2007, 5:32:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4581
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #4581 – Description
initial v1 4 4 5 5 It appears as the sample is wrong using: 6 {{{ 7 #!python 6 8 from django import oldforms as forms # new 9 }}} 7 10 where further down is referred to as: 11 {{{ 12 #!python 8 13 from django import newforms as forms # new 14 }}} 9 15