Changes between Version 32 and Version 33 of S3/S3Model


Ignore:
Timestamp:
12/13/16 15:18:08 (8 years ago)
Author:
Fran Boon
Comment:

cleanup example

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model

    v32 v33  
    285285# Configure list_fields for the org_organisation table
    286286s3db.configure("org_organisation",
    287                list_fields=["id",
    288                             "name",
    289                             "acronym",
    290                             "organisation_type_id",
    291                             "country",
    292                             "website"])
     287               list_fields = ["id",
     288                              "name",
     289                              "acronym",
     290                              "organisation_type_id",
     291                              "country",
     292                              "website",
     293                              ],
     294               )
    293295}}}
    294296