From e44a83fc7bce112c6996f32c2c179132264a9078 Mon Sep 17 00:00:00 2001 From: Richard Henry Date: Sat, 15 Apr 2017 01:18:44 +0100 Subject: [PATCH] Fix incorrect YAML datetime version field. --- docs/en/reference/transactions-and-concurrency.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/transactions-and-concurrency.rst b/docs/en/reference/transactions-and-concurrency.rst index c962232e6..5ce0852b2 100644 --- a/docs/en/reference/transactions-and-concurrency.rst +++ b/docs/en/reference/transactions-and-concurrency.rst @@ -247,8 +247,8 @@ timestamp or datetime): type: entity fields: version: - version: - type: datetime + type: datetime + version: true Version numbers (not timestamps) should however be preferred as they can not potentially conflict in a highly concurrent