django1/django/db/models/sql
Daniel Pyrathon 8958170755 Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py Renamed qn to compiler 2014-11-16 13:19:34 +01:00
compiler.py Fixed #10414 -- Made select_related() fail on invalid field names. 2014-12-24 14:54:30 -05:00
constants.py Fixed #23853 -- Added Join class to replace JoinInfo 2014-11-28 07:30:26 -05:00
datastructures.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
query.py Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
subqueries.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
where.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00