When they say “Don’t mix…” what is the frame of reference? Every use of the reverse() anywhere in the project or app or module?
In any one call to reverse
, you must not include both the args
and the kwargs
parameter in that call.
See django.urls utility functions | Django documentation | Django