#31526: Include Admin model views as Generic Views
-----------------------------------------+------------------------
               Reporter:  amartya-dev    |          Owner:  nobody
                   Type:  New feature    |         Status:  new
              Component:  Generic views  |        Version:  3.0
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 Currently, to implement various features like filter by date, name, or
 other fields and to even provide inline model forms, there is too much
 work required. Even after that, we need to use external libraries like
 django-filters etc., while creating an admin form, it is as simple as
 including a list of fields we want to filter by.

 The suggestion here is to provide those functionalities as generic views
 by having template tags for including those filter by column or the inline
 editing sets wherever we want in the template.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31526>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.149e87227d3f89366850b38d5f5a9dbb%40djangoproject.com.

Reply via email to