Changes between Version 153 and Version 154 of BackwardsIncompatibleChanges
- Timestamp:
- Feb 7, 2008, 8:30:30 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v153 v154 560 560 == Raise errors if extends is not the first tag of a template == 561 561 562 In [7082] we removed the possibility of putting extends below other tags (in [7089]). You may still put it below comment tags or whitespace. Otherwise it will raise a !TemplateSyntaxError. This is not technically a backward incompatible change because documentation specifies that [http://www.djangoproject.com/documentation/templates/#template-inheritance extends tags should be placed at the top of a template]but it may break your code if you haven't followed those instructions.562 In [7082] we removed the possibility of putting extends below other tags (in [7089]). You may still put it below comment tags or whitespace. Otherwise it will raise a !TemplateSyntaxError. This is not technically a backward incompatible change because documentation has always specified that [http://www.djangoproject.com/documentation/templates/#template-inheritance extends tags should be placed first in your templates], but it may break your code if you haven't followed those instructions. 563 563 564 564 == Change es_AR to es-ar in LANGUAGES ==