From 7cfa87547f2b8ae55425e390463f9c3535022107 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 30 Oct 2013 14:43:25 +0200 Subject: [PATCH] Added naturally_equivalent to main module import --- sqlalchemy_utils/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 8e49c95..dcc636d 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -6,6 +6,7 @@ from .functions import ( escape_like, identity, primary_keys, + naturally_equivalent, render_statement, render_expression, create_mock_engine, @@ -59,6 +60,7 @@ __all__ = ( identity, instrumented_list, merge, + naturally_equivalent, primary_keys, proxy_dict, render_statement,