From f44a4b6437eb3d4340c6c0fa790bc4fa885085ea Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 26 Aug 2014 14:44:50 -0400 Subject: - updates to migration / changelog for 1.0 --- lib/sqlalchemy/dialects/postgresql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/base.py') diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 39de0cf92..f1418f903 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -417,7 +417,7 @@ of :class:`.PGInspector`, which offers additional methods:: .. autoclass:: PGInspector :members: -.. postgresql_table_options: +.. _postgresql_table_options: PostgreSQL Table Options ------------------------- -- cgit v1.2.1