| Age | Commit message (Collapse) | Author |
|
Backport of 90468079ec6f72a1b8b6a908d81d3201a3204b24 from master
|
|
|
|
Thanks Ian Foote for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
Add warning for using Coalesce with python values on MySQL and document
workaround.
|
|
Greatest and Least are row-level Function versions of Min and Max.
|
|
|
|
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
|