Opened 13 years ago
Closed 13 years ago
#17335 closed Uncategorized (fixed)
[nonrel] supports_select_related database feature flag
Reported by: | Jonas H. | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | nonrel |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.
Attachments (1)
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]: