Changes between Version 16 and Version 17 of S3/S3ReusableField


Ignore:
Timestamp:
08/07/11 17:26:55 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3ReusableField

    v16 v17  
    3737                        ...,
    3838                        person_id(), # inserts a Field("person_id") with the pre-defined parameters
    39                         ...,
    40                         migrate=migrate)
     39                        ...)
    4140}}}
    4241
     
    5352                        person_id("reporter",           # inserts a Field("reporter") with the attributes from person_id,
    5453                                  label=T("Reporter")), # replaces the label attribute by T("Reporter")
    55                         ...,
    56                         migrate=migrate)
     54                        ...)
    5755}}}
    5856
     
    6765                        ...,
    6866                        person_id(empty=False), # inserts the person_id Field, but removes IS_NULL_OR from .requires
    69                         ...,
    70                         migrate=migrate)
     67                        ...)
    7168}}}
    7269