From 73f00fd6966570357196e0da51cf933490d230c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Ram=C3=B3n=20L=C3=B3pez?= Date: Fri, 3 Jan 2014 00:43:26 +0100 Subject: Document the new compound primary keys behaviour and features --- docs/configuration.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/configuration.rst') diff --git a/docs/configuration.rst b/docs/configuration.rst index 2b74a88..dba0c8c 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -197,6 +197,16 @@ all tables. If your ID column is called ``primary_key``, use: 'role_id', )); +As with ``id_column`` setting, you can specify a compound primary key +using an array. + Limit clause style ^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3