Create your administration models: Editable fields

  1. Filters
  2. Create your administration models
  3. Pre-populated fields

Some fields, such as the “live” field, it may make sense to be able to do more than one at a time. Add this line to the PostAdmin class:

list_editable = ['live']

The red or green icon will change to a checkbox. You can check or uncheck as many as you wish to change the status of a post.

  1. Filters
  2. Create your administration models
  3. Pre-populated fields