help For GSoC Proposal (Improve Admin Filters)

2020-02-23 Thread keshav kumar
Hello, I want to participate in GSoC with Django. And I want to work on 'Improve Admin Filters' Project. Here I am planning to work on issues related with filters which are not taken by anyone . Is this good approach ? Is there something more that would be helpful or needed which I can add as we

Support for "info" message level in the admin

2020-02-23 Thread Fran Hrženjak
We can message the user by calling self.message_user( request, “This is a waaarning...", messages.WARNING, ) form within a ModelAdmin. This works for success level (default green message), warning level and error level. I was also expecting it to support “info” level with a blue sty