Changes between Initial Version and Version 7 of Ticket #32031
- Timestamp:
- May 12, 2021, 2:30:45 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32031
- Property Cc added
- Property Has patch set
- Property Owner changed from to
- Property Status new → assigned
- Property Type Uncategorized → New feature
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add model instance to app_list context → Added model class to app_list context
- Property Patch needs improvement set
-
Ticket #32031 – Description
initial v7 1 I need to manipulate the `app_list` in my custom admin view, and the easiest way to get the result is to have access to the model instance(currently the dictionary is a serialized model).1 I need to manipulate the `app_list` in my custom admin view, and the easiest way to get the result is to have access to the model class (currently the dictionary is a serialized model). 2 2 3 In addition I would make the `_build_app_dict` method public, as it is used by the two views `index` and `app_index`. 3 ~~In addition I would make the `_build_app_dict` method public, as it is used by the two views `index` and `app_index`.~~