Opened 5 years ago
Closed 5 years ago
#31345 closed Cleanup/optimization (fixed)
BaseDatabaseIntrospection.get_relations() is missing
Reported by: | Tim Graham | Owned by: | Shankar Jha |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
It should be a stub that raises NotImplementedError
, like get_constraints()
does. See #31333 for a nearly identical issue.
Change History (3)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR