From 8af162711e878c8387c0ad8019552c0bd89afe62 Mon Sep 17 00:00:00 2001
From: Michael Ridgway <mcridgway@gmail.com>
Date: Tue, 28 Jun 2011 16:34:12 -0400
Subject: [PATCH] Removed onUpdate property

---
 en/reference/annotations-reference.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/en/reference/annotations-reference.rst b/en/reference/annotations-reference.rst
index e444ca7b9..932ec4539 100644
--- a/en/reference/annotations-reference.rst
+++ b/en/reference/annotations-reference.rst
@@ -401,7 +401,6 @@ Optional attributes:
 -  **nullable**: Determine if the related entity is required, or if
    null is an allowed state for the relation. Defaults to true.
 -  **onDelete**: Cascade Action (Database-level)
--  **onUpdate**: Cascade Action (Database-level)
 -  **columnDefinition**: DDL SQL snippet that starts after the column
    name and specifies the complete (non-portable!) column definition.
    This attribute allows to make use of advanced RMDBS features. Using