Added
- `apply_timeouts` context manager for controlling the values of lock_timeout
and statement_timeout.
- `migrate_with_timeouts` management command that applies lock_timeout and
statement_timeout to Django's migrate command.
- `SaferAddIndexConcurrently` migration operation to create new Postgres
indexes in a safer, idempotent way.