Changes between Initial Version and Version 20 of Ticket #16027
- Timestamp:
- Dec 20, 2018, 7:35:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16027
- Property Patch needs improvement unset
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
- Property UI/UX unset
- Property Cc added
- Property Status new → assigned
- Property Owner changed from to
- Property Version 1.3 → master
- Property Easy pickings unset
- Property Summary Include app_label in ContentType.__unicode__ → Include app_label in ContentType.__str__()
-
Ticket #16027 – Description
initial v20 1 When there are multiple models with same name in your project and you use the amazing content types framework, then selects for foreign keys to ContentType contain indistinguishable items. To fix this, the app_label needs to be included in ContentType's __unicode__. 2 1 When there are multiple models with same name in your project and you use the amazing content types framework, then selects for foreign keys to ContentType contain indistinguishable items. To fix this, the app_label needs to be included in `ContentType.__str__()`.