Changes between Version 3 and Version 4 of RemovingTheMagic
- Timestamp:
- Dec 6, 2005, 10:25:51 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v3 v4 62 62 == API usage: Table-level functions == 63 63 64 All "table-level" functions -- ways of retrieving records tablewide rather than performing instance-specific tasks -- are accessed via a model instance's {{{objects}}} attribute. They aren't direct methods of a modelobject because we want to keep the "table-wide" and "row-specific" namespaces separate.64 All "table-level" functions -- ways of retrieving records tablewide rather than performing instance-specific tasks -- are accessed via a model class's {{{objects}}} attribute. They aren't direct methods of a model instance object because we want to keep the "table-wide" and "row-specific" namespaces separate. 65 65 66 66 {{{