Changes between Version 7 and Version 8 of ModelSyntaxChangeInstructions
- Timestamp:
- Aug 25, 2005, 6:00:52 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelSyntaxChangeInstructions
v7 v8 1 1 = Django model syntax change = 2 2 3 As of ____, Django's model syntax has changed. If you're using models that use old (pre-____) syntax, you'll need to convert them according to the these instructions. 3 As of [549], Django's model syntax has changed. If you're using models that use old (pre-[549]) syntax, you'll need to convert them according to the these instructions. 4 5 [http://www.djangoproject.com/screencasts/model_syntax_change/ See the screencast]. 4 6 5 7 == What changed ==