django1/django/db/models
Loic Bistuer 7bbb6958dc Allowed custom querysets when prefetching single valued relations
The original patch for custom prefetches didn't allow usage of custom
queryset for single valued relations (along ForeignKey or OneToOneKey).
Allowing these enables calling performance oriented queryset methods like
select_related or defer/only.

Thanks @akaariai and @timgraham for the reviews. Refs #17001.
2014-03-03 21:35:19 +02:00
..
fields Allowed custom querysets when prefetching single valued relations 2014-03-03 21:35:19 +02:00
sql Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
__init__.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
base.py Edited model check messages for grammar and consistency. 2014-03-03 15:35:42 +08:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
expressions.py Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
loading.py Restored aliases for two APIs removed by app-loading. 2014-03-02 14:01:52 +01:00
lookups.py Fixed #21883 -- Added six.moves.xrange import 2014-01-28 21:08:37 +02:00
manager.py Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models.manager'. 2014-01-28 08:17:01 -05:00
options.py Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. 2014-03-01 15:44:42 -05:00
query.py Allowed custom querysets when prefetching single valued relations 2014-03-03 21:35:19 +02:00
query_utils.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
related.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
signals.py Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00