Loading docs/ref/templates/builtins.txt +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ call to ``{% cycle %}`` doesn't specify ``silent``:: In this syntax, each value gets interpreted as a literal string, and there's no way to specify variable values, literal commas, or spaces. Support for this syntax will be removed in Django 2.0. this syntax will be removed in Django 1.10. .. templatetag:: debug Loading docs/releases/1.9.txt +1 −1 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ versions: {% cycle row1,row2,row3 %} Its parsing caused bugs with the current syntax, so support for the old syntax will be removed in Django 2.0 following an accelerated deprecation. will be removed in Django 1.10 following an accelerated deprecation. ``ForeignKey`` and ``OneToOneField`` ``on_delete`` argument ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading Loading
docs/ref/templates/builtins.txt +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ call to ``{% cycle %}`` doesn't specify ``silent``:: In this syntax, each value gets interpreted as a literal string, and there's no way to specify variable values, literal commas, or spaces. Support for this syntax will be removed in Django 2.0. this syntax will be removed in Django 1.10. .. templatetag:: debug Loading
docs/releases/1.9.txt +1 −1 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ versions: {% cycle row1,row2,row3 %} Its parsing caused bugs with the current syntax, so support for the old syntax will be removed in Django 2.0 following an accelerated deprecation. will be removed in Django 1.10 following an accelerated deprecation. ``ForeignKey`` and ``OneToOneField`` ``on_delete`` argument ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading