#32031: Added model class to app_list context
-------------------------------------+-------------------------------------
     Reporter:  Raffaele Salmaso     |                    Owner:  Raffaele
                                     |  Salmaso
         Type:  New feature          |                   Status:  assigned
    Component:  contrib.admin        |                  Version:  dev
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Raffaele Salmaso:

Old description:

> 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).
>
> In addition I would make the `_build_app_dict` method public, as it is
> used by the two views `index` and `app_index`.

New description:

 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).

 ~~In addition I would make the `_build_app_dict` method public, as it is
 used by the two views `index` and `app_index`.~~

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32031#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.751a1b310b663775c99a22efcc74a442%40djangoproject.com.

Reply via email to