Update structure

This commit is contained in:
Konsta Vesterinen
2014-01-30 13:06:32 +02:00
parent 0de0d11cbf
commit 41db11aad7
3 changed files with 3 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
Using automatic data coercion
=============================
SQLAlchemy-Utils provides various new data types for SQLAlchemy and in order to gain full
advantage of these datatypes you should use coercion_listener. Setting up the listener is easy:
.. module:: sqlalchemy_utils.listeners
.. autofunction:: force_auto_coercion

View File

@@ -1,7 +1,8 @@
Data types
==========
SQLAlchemy-Utils provides various new data types for SQLAlchemy.
SQLAlchemy-Utils provides various new data types for SQLAlchemy. In order to gain full
advantage of these datatypes you should use automatic data coercion. See :func:`force_auto_coercion` for how to set up this feature.
.. module:: sqlalchemy_utils.types

View File

@@ -8,7 +8,7 @@ SQLAlchemy-Utils provides custom data types and various utility functions for SQ
.. toctree::
:maxdepth: 2
coercion
listeners
data_types
range_data_types
aggregates