Opened 6 years ago
Closed 6 years ago
#31333 closed Cleanup/optimization (fixed)
BaseDatabaseIntrospection.get_table_description() is missing.
| Reported by: | Tim Graham | Owned by: | Sanskar Jaiswal |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| 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.
Change History (4)
comment:1 by , 6 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
| Has patch: | set |
|---|---|
| Summary: | BaseDatabaseIntrospection.get_table_description() is missing → BaseDatabaseIntrospection.get_table_description() is missing. |
| Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR