django1/django/db/models/fields
valtron 6b3a8d2705 [1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
Regression introduced by commit 9777442. Refs #21410.

Backport of d3b71b976d from master
2014-04-13 00:51:38 +07:00
..
__init__.py [1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95. 2014-03-26 13:02:52 -04:00
files.py Fixed #22199: Bad max_length deconstruction for FileField 2014-03-08 13:59:12 -08:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py [1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK. 2014-04-13 00:51:38 +07:00
subclassing.py Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00