From d4a1354a88d8a3ecf118c3a743a39288e892b29e Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 30 Oct 2013 14:32:58 +0200 Subject: [PATCH] Added new section: utility functions --- docs/index.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 75d4dc2..c98e0de 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -485,6 +485,15 @@ Generic relationship is a form of relationship that supports creating a 1 to man .. _colour: https://github.com/vaab/colour +Utility functions +----------------- + +identity +^^^^^^^^ + +.. autofunction:: identity + + API Documentation ----------------- @@ -502,14 +511,10 @@ API Documentation .. autofunction:: has_changes .. autofunction:: non_indexed_foreign_keys .. autofunction:: is_indexed_foreign_key -.. autofunction:: identity .. autofunction:: is_auto_assigned_date_column .. autofunction:: declarative_base -.. include:: ../CHANGES.rst - - License -------