Opened 17 years ago

Closed 17 years ago

#4449 closed (duplicate)

NoReverseMatch in your tutorial example

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In tutorial part 4 I'm always getting NoReverseMatch error, it looks like it is caused by:

return HttpResponseRedirect(reverse('results', args=(p.id,)))

I don't know what to look for, or what to fix, and nobody was able to help me.

Change History (2)

comment:1 by anonymous, 17 years ago

It will be better to have full working file for download for tutorials

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: duplicate
Status: newclosed

Dupe fo #4409. The update will be checked in soon, but for now you can see the fix in that ticket.

Note: See TracTickets for help on using tickets.
Back to Top