Update structure
This commit is contained in:
@@ -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
|
|
@@ -1,7 +1,8 @@
|
|||||||
Data types
|
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
|
.. module:: sqlalchemy_utils.types
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ SQLAlchemy-Utils provides custom data types and various utility functions for SQ
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
coercion
|
listeners
|
||||||
data_types
|
data_types
|
||||||
range_data_types
|
range_data_types
|
||||||
aggregates
|
aggregates
|
||||||
|
Reference in New Issue
Block a user