'Grid or table in model in django admin

I have a model with different fields: char, datetime and etc. I want to use a table or a grid for one field in django admin. I want to use it not on the main page, but on the page, where I can edit this model.

something like that:

Info:  time       day
       10:00    Monday
       03:00    Friday

Is it possible to do it?



Sources

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

Source: Stack Overflow

Solution Source