From f431b264891ad374e5a188ff113951e81d3db8ca Mon Sep 17 00:00:00 2001 From: iElectric Date: Fri, 29 Apr 2011 19:27:02 +0200 Subject: [PATCH] add elixir tutorial to docs --- docs/changelog.rst | 2 +- docs/index.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c1a2eeb..5ee078f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -57,7 +57,7 @@ Features - added `populate_default` bool argument to :meth:`Column.create ` which issues corresponding UPDATE statements to set defaults after column creation - :meth:`Column.create ` accepts `primary_key_name`, `unique_name` and `index_name` as string value which is used as contraint name when adding a column -Bug fixes +Fixed bugs ***************** - ORM methods now accept `connection` parameter commonly used for transactions diff --git a/docs/index.rst b/docs/index.rst index 5951b23..f81cb59 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -123,6 +123,14 @@ Dialect support .. [#4] Changing nullable is not supported +Tutorials +-------------- + +List of useful tutorials: + +* `Using migrate with Elixir `_ + + User guide -------------