Hitting this route gives a 410 error. I've never used the RedirectView so perhaps I haven't implemented something correctly?
Thanks
Message has been deleted
Proto
unread,
Nov 19, 2015, 7:21:04 PM11/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
It would help if I wasn't using `pattern_name` wrongly. For anyone else who does something similarly silly, `pattern_name` would be the actual pattern name, not the name of the url you want to redirect to. In this case, I want to use `url` parameter with `reverse`.