django1/django/db
Erik Romijn 75c0d4ea3a Fixed queries that may return unexpected results on MySQL due to typecasting.
This is a security fix; disclosure to follow shortly.
2014-04-21 18:11:26 -04:00
..
backends Fixed #22397 -- Issues removing M2M field with explicit through model 2014-04-18 16:44:47 -04:00
migrations Fixed flake8 errors. 2014-04-20 13:08:04 -04:00
models Fixed queries that may return unexpected results on MySQL due to typecasting. 2014-04-21 18:11:26 -04:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00