> For the complete documentation index, see [llms.txt](https://www.dicas-de-django.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.dicas-de-django.com.br/030-django-admin-editando-direto-na-listview-do-admin.md).

# Dica 30 - Django Admin: Editando direto na listview do Admin

[![](/files/-MfuAOwUjEsk4qZiRsOx)](https://youtu.be/3skHZrRR1PE)

![img/editar\_admin.png](/files/-MfuAPOqaCNDsWduiYbv)

```python
# admin.py
...
list_editable = ('title', 'status')
...
```
