Changes between Version 10 and Version 11 of ModelSyntaxChangeInstructions
- Timestamp:
- Aug 26, 2005, 10:16:04 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelSyntaxChangeInstructions
v10 v11 69 69 * Don't forget to remove the commas after each {{{Field}}}, because they're class attributes instead of tuple elements now. 70 70 * Custom methods (such as {{{__repr__()}}} here) still go at the class level. They haven't changed. 71 72 User-contributed notes: 73 74 * {{{module_constants}}} no longer works, even in {{{class META}}}. Use {{{import}}} statements where needed instead.