Changes between Version 10 and Version 11 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 14, 2005, 3:17:56 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added "Moved template loader module"

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v10 v11  
    110110
    111111As 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
     115As of [867], {{{django.core.template_loader}}} is deprecated. Use {{{django.core.template.loader}}} instead.
Back to Top