Opened 13 years ago
Closed 13 years ago
#17335 closed Uncategorized (fixed)
[nonrel] supports_select_related database feature flag
Description ¶
(This patch is part of the changes made to the inofficial fork "Django-nonrel" which adds basic support for non-relational databases.)
Introduce a supports_select_related
database feature flag. If the backend in use doesn't support selecting related objects, .select_related(...)
has no effect.
Change History (2)
by , 13 years ago
Attachment: | supports-select-related.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [17170]: