Changes between Initial Version and Version 1 of Ticket #4581


Ignore:
Timestamp:
Jun 16, 2007, 5:32:30 PM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

(Fixed description formatting.)

I can't see where the second comment appears -- searching for "# new" only shows on occurrence in that file. However, the first comment is using the word "new" to contrast with the previous line (which uses the word "old"). It is explaining the difference between the old and new way of using existing (old-) forms.

There isn't any problem here, it's just a matter of context and I think that is clear to the reader (or should be after a short think).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4581

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #4581 – Description

    initial v1  
    44
    55It appears as the sample is wrong using:
     6{{{
     7#!python
    68from django import oldforms as forms # new
     9}}}
    710where further down is referred to as:
     11{{{
     12#!python
    813from django import newforms as forms # new
     14}}}
    915
Back to Top