django1/django/db
Michael Tänzer 3bbaf84d65 Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite
On sqlite the SUM() of a decimal column doesn't have a NUMERIC type so
when comparing it to a string literal (which a Decimal gets converted to
in Django) it is not compared as expected.
2015-06-30 18:27:42 -04:00
..
backends Fixed #23658 -- Provided the password to PostgreSQL dbshell command 2015-06-30 18:21:51 -04:00
migrations Refs #20203 -- Allowed adding custom default manager to the model state 2015-06-29 21:15:37 -04:00
models Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite 2015-06-30 18:27:42 -04:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
transaction.py Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00
utils.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00