Changes between Initial Version and Version 20 of Ticket #16027


Ignore:
Timestamp:
Dec 20, 2018, 7:35:57 PM (5 years ago)
Author:
Tim Graham
Comment:

#30051 is a duplicate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16027

    • Property Patch needs improvement unset
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
    • Property UI/UX unset
    • Property Cc lemaire.adrien@… added
    • Property Status newassigned
    • Property Owner changed from nobody to djangsters
    • Property Version 1.3master
    • 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 
     1When 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__()`.
Back to Top