django1/django/db
Anssi Kääriäinen 7f892cedba [1.6.x] Fixed related model lookup regression
It has been possible to use models of wrong type in related field
lookups. For example pigs__in=[a_duck] has worked. Changes to
ForeignObject broke that.

It might be a good idea to restrict the model types usable in lookups.
This should be done intentionally, not accidentally and without any
consideration for deprecation path.

Backpatch of 7cca8d56d2 from master.
2013-07-26 13:17:50 +03:00
..
backends [1.6.x] Fixed last_executed_query test failure on Oracle 2013-07-09 19:52:16 +02:00
models [1.6.x] Fixed related model lookup regression 2013-07-26 13:17:50 +03:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
utils.py Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00