File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ required = false
175175
176176## Migration from v0.4.0
177177
178- The v0.6.0 format introduces a hierarchical structure that better represents how Django organizes template tags into libraries.
178+ The v0.6.0 format introduces a hierarchical structure that better represents how Django organizes template tags into libraries.
179179
180180The migration to the new version will follow the [ breaking changes policy] ( ./index.md#breaking-changes ) , with this deprecation timeline:
181181
@@ -332,4 +332,3 @@ choices = ["on", "off"]
332332| ` "assignment" ` | ` "assignment" ` | No change |
333333| ` "varargs" ` | ` "any" ` | Use count or omit for variable-length |
334334| ` { choice = [...] } ` | ` "choice" ` | Choices moved to ` extra.choices ` |
335-
You can’t perform that action at this time.
0 commit comments