Changes between Version 2 and Version 3 of BluePrintLazyRepresentation
- Timestamp:
- 12/18/12 20:30:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintLazyRepresentation
v2 v3 110 110 ||lookup||None||Name of the referenced table||for foreign keys|| 111 111 ||key||"id"||Name of the primary key in the referenced table||for foreign keys|| 112 ||fields|| ["name"]||Fields to lookup from the referenced table||for foreign keys||112 ||fields||!["name"]||Fields to lookup from the referenced table||for foreign keys|| 113 113 ||labels||"%(name)s"||String template to render the representation||can also be a callable receiving the Row|| 114 114 ||options||None||a dict with field options||for option lists, overrides lookup|| … … 168 168 ---- 169 169 BluePrint 170 BluePrint