Comment (by aaugustin):
#19091 was a duplicate.
--
Ticket URL: <https://code.djangoproject.com/ticket/14343#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by aaugustin):
#18373 is related.
--
Ticket URL: <https://code.djangoproject.com/ticket/14343#comment:8>
Comment (by Wilfred):
#17076 is related.
--
Ticket URL: <https://code.djangoproject.com/ticket/14343#comment:9>
* status: new => closed
* resolution: => fixed
Comment:
I am going to close this on the basis that the `NoReverseMatch` now
contains the tried pattern(s):
{{{
django.core.urlresolvers.NoReverseMatch: Reverse for 'webgtd-contexts-
index' with arguments '()' and keyword arguments '{}' not found. 1
pattern(s) tried: ['contexts/(?P<id>\\d*)$']
}}}
This means the `NoReverseMatch` is no longer a complete dead end: it now
provides a bit of information where to look. Since there are a lot of
reasons the pattern could not match (especially now we support
lookarounds), it is going to be very difficult to provide more
information.
--
Ticket URL: <https://code.djangoproject.com/ticket/14343#comment:10>