django1/django/db
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
..
backends Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
migrations Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models Allowed custom querysets when prefetching single valued relations 2014-03-03 21:35:19 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
utils.py Silence deprecation warnings. 2014-02-09 17:48:15 +00:00