Opened 4 years ago

Closed 4 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 Shankar Jha, 4 years ago

Owner: changed from nobody to Shankar Jha
Status: newassigned

comment:2 by Mariusz Felisiak, 4 years ago

Has patch: set

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In df4d622c:

Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().

Note: See TracTickets for help on using tickets.
Back to Top