Fixed TOC levels
This commit is contained in:
@@ -3,10 +3,11 @@ SQLAlchemy-Utils
|
|||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
|
|
||||||
SQLAlchemy-Utils provides custom data types and various utility functions for SQLAlchemy.
|
SQLAlchemy-Utils provides custom data types and various utility functions for SQLAlchemy.
|
||||||
|
|
||||||
Using automatic data coercion
|
Using automatic data coercion
|
||||||
-----------------------------
|
=============================
|
||||||
|
|
||||||
SQLAlchemy-Utils provides various new data types for SQLAlchemy and in order to gain full
|
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:
|
advantage of these datatypes you should use coercion_listener. Setting up the listener is easy:
|
||||||
@@ -47,7 +48,7 @@ Example
|
|||||||
|
|
||||||
|
|
||||||
Data types
|
Data types
|
||||||
----------
|
==========
|
||||||
|
|
||||||
SQLAlchemy-Utils provides various new data types for SQLAlchemy.
|
SQLAlchemy-Utils provides various new data types for SQLAlchemy.
|
||||||
|
|
||||||
@@ -154,7 +155,7 @@ UUIDType
|
|||||||
|
|
||||||
|
|
||||||
Aggregated attributes
|
Aggregated attributes
|
||||||
---------------------
|
=====================
|
||||||
|
|
||||||
.. automodule:: sqlalchemy_utils.aggregates
|
.. automodule:: sqlalchemy_utils.aggregates
|
||||||
|
|
||||||
@@ -163,7 +164,7 @@ Aggregated attributes
|
|||||||
|
|
||||||
|
|
||||||
The generates decorator
|
The generates decorator
|
||||||
-----------------------
|
=======================
|
||||||
|
|
||||||
.. module:: sqlalchemy_utils.decorators
|
.. module:: sqlalchemy_utils.decorators
|
||||||
|
|
||||||
@@ -171,7 +172,7 @@ The generates decorator
|
|||||||
|
|
||||||
|
|
||||||
Generic Relationship
|
Generic Relationship
|
||||||
--------------------
|
====================
|
||||||
|
|
||||||
Generic relationship is a form of relationship that supports creating a 1 to many relationship to any target model.
|
Generic relationship is a form of relationship that supports creating a 1 to many relationship to any target model.
|
||||||
|
|
||||||
@@ -223,7 +224,7 @@ Generic relationship is a form of relationship that supports creating a 1 to man
|
|||||||
|
|
||||||
|
|
||||||
Utility functions
|
Utility functions
|
||||||
-----------------
|
=================
|
||||||
|
|
||||||
.. module:: sqlalchemy_utils.functions
|
.. module:: sqlalchemy_utils.functions
|
||||||
|
|
||||||
@@ -276,6 +277,6 @@ sort_query
|
|||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
=======
|
||||||
|
|
||||||
.. include:: ../LICENSE
|
.. include:: ../LICENSE
|
||||||
|
Reference in New Issue
Block a user