Skip to content

Commit 9b9a9af

Browse files
committed
- fixed README.md using old date format
1 parent 77852c9 commit 9b9a9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MyExampleViewSet(XLSXFileMixin, ReadOnlyModelViewSet):
135135
'format': '0.00E+00'
136136
},
137137
'created_at': {
138-
'format': '%d.%m.%Y %H:%M',
138+
'format': 'd.m.y h:mm',
139139
}
140140
}
141141
```

0 commit comments

Comments
 (0)