'list_filter django with combined fields "A_B"

I want to use the combination of two fields in the django admin (list_filter).

Filter by "FieldA_FieldB"

A_B

A_C

Is it possible? How can I do this? Thanks, Davi



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source