Skip to content

Commit 58bc5ec

Browse files
authored
Switch to all-string raw values in .yaml for Django 4.0 compatibility (#165)
1 parent 014e5c1 commit 58bc5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/templates/patterns/atoms/tags_test_atom/tags_test_atom.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ tags:
33
empty_string:
44
raw: ''
55
none:
6-
raw: null
6+
raw: 'None'
77
zero:
8-
raw: 0
8+
raw: '0'
99
default_html_tag:
1010
page.url:
1111
raw: "example"
@@ -16,7 +16,7 @@ tags:
1616
empty_string:
1717
raw: ''
1818
none:
19-
raw: null
19+
raw: 'None'
2020
zero:
21-
raw: 0
21+
raw: '0'
2222

0 commit comments

Comments
 (0)