Line is too long. Django PEP8

It’s “correct”, PEP8 just flags lines over 79 characters long. But if you’re concerned about that, you could write it like this: Or this: Or, really, any other style that would break the single line into multiple shorter lines.