-
- Downloads

Adjust API for `sql_flush`

The `sql_flush` call used to be only positional parameters, but now it has the last 2 called as keyword-arguments, with the `sequences` renamed to `reset_sequences`. https://github.com/django/django/blob/0a306f7da668e53af2516bfad759b52d6c650b69/django/core/management/sql.py#L13
Please register or sign in to comment