Opened 16 months ago
Closed 16 months ago
#34693 closed New feature (duplicate)
Add method to ContentTypeManager to support search for table_name
Reported by: | Mostafa Rahnama | Owned by: | Mostafa Rahnama |
---|---|---|---|
Component: | contrib.contenttypes | Version: | 4.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently, there are methods to get ContentType objects by natural key and ID. We can add a new method to ContentTypeManager to support getting object with table names that store in the database.
Change History (2)
comment:1 by , 16 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 months ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Please don't create duplicates all of them will be closed.
Duplicate of #34690.