django1/django
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
..
apps Refs #23621 -- Fixed warning message when reloading models. 2015-06-30 15:00:10 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
contrib Removed unreachable code 2015-06-29 17:14:29 -04:00
core Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
db Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite 2015-06-30 18:27:42 -04:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children. 2015-06-26 09:09:09 -04:00
http Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
middleware Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS response 2015-06-27 08:46:23 -04:00
template Used %r in the TextNode repr to show newlines better. 2015-06-30 09:54:18 -04:00
templatetags Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
test Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
utils Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
views Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00