django1/django/db/models/fields
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
..
__init__.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
files.py Edited model and field checks for grammar and consistency. 2014-03-03 18:18:39 +08:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Allowed custom querysets when prefetching single valued relations 2014-03-03 21:35:19 +02:00
subclassing.py Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00