> 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

[![](https://980509322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mfu9nhT31FhtY3TMBTi%2Fuploads%2Fgit-blob-b3d2f4124239955eec7072e99d8d0f8ab8cac2b9%2Fyoutube.png?alt=media)](https://youtu.be/3skHZrRR1PE)

![img/editar\_admin.png](https://980509322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mfu9nhT31FhtY3TMBTi%2Fuploads%2Fgit-blob-e035a3b1c725c40bbc306089428601feddbe73c6%2Feditar_admin.png?alt=media\&token=2f1a7830-1531-4c3f-a89f-8354e49acc9c)

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