Changes between Version 10 and Version 11 of BackwardsIncompatibleChanges
- Timestamp:
- Oct 14, 2005, 3:17:56 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v10 v11 110 110 111 111 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 instructions on ModelSyntaxChangeInstructions. 112 113 == Moved template loader module == 114 115 As of [867], {{{django.core.template_loader}}} is deprecated. Use {{{django.core.template.loader}}} instead.