diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2014-11-22 14:14:43 +1100 |
|---|---|---|
| committer | Josh Smeaton <josh.smeaton@gmail.com> | 2014-12-27 15:27:27 +1100 |
| commit | 47182965465f47657cbab6858a6a8637cc32b2df (patch) | |
| tree | 73402d23e6752dc387dfc6aa35367572dff1a780 /docs/index.txt | |
| parent | 7c07612e9045f8e1b881f321ea68a4bacb2d70df (diff) | |
Fixed #23753 -- Added a suite of SQL Functions
Added functions and tests
Added docs and more tests
Added TextField converter to mysql backend
Aliased Value as V in example docs and tests
Removed unicode_compatible in example
Fixed console emulation in examples
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index fb8997a869..7aa9dc5864 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -87,7 +87,8 @@ manipulating the data of your Web application. Learn more about it below: :doc:`Custom fields <howto/custom-model-fields>` | :doc:`Multiple databases <topics/db/multi-db>` | :doc:`Custom lookups <howto/custom-lookups>` | - :doc:`Query Expressions <ref/models/expressions>` + :doc:`Query Expressions <ref/models/expressions>` | + :doc:`Database Functions <ref/models/database-functions>` * **Other:** :doc:`Supported databases <ref/databases>` | |
