list-evolutions

The list-evolutions command lists all the evolutions that have so far been applied to the database. It can be useful for debugging, or determining if a specific evolution has yet been applied.

Example

$ ./manage.py list-evolutions my_app
Applied evolutions for 'my_app':
    add_special_fields
    update_app_label
    change_name_max_length

Arguments

<APP_LABEL...>

Zero or more specific app labels to list. If provided, only evolutions on these apps will be shown.