To find this info, you have to go to the documentation of `NoReverseMatch`
[2].
[1] https://docs.djangoproject.com/en/1.6/ref/urlresolvers/#reverse
[2]
https://docs.djangoproject.com/en/1.6/ref/exceptions/#django.core.urlresolvers.NoReverseMatch
--
Ticket URL: <https://code.djangoproject.com/ticket/22063>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => jwiel86
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/22063#comment:1>
Comment (by alextreme):
Created a pull request: https://github.com/django/django/pull/2359
--
Ticket URL: <https://code.djangoproject.com/ticket/22063#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b645be80e99709c8b1f9b3d1c26e99e22fdca08b"]:
{{{
#!CommitTicketReference repository=""
revision="b645be80e99709c8b1f9b3d1c26e99e22fdca08b"
Fixed #22063 -- Added reference to NoReverseMatch from the reverse()
documentation
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22063#comment:3>
Comment (by Baptiste Mispelon <bmispelon@…>):
In [changeset:"23cbfc9a254eef6c06252dfd4f8f7b9b7456f8e2"]:
{{{
#!CommitTicketReference repository=""
revision="23cbfc9a254eef6c06252dfd4f8f7b9b7456f8e2"
[1.6.x] Fixed #22063 -- Added reference to NoReverseMatch from the
reverse() documentation
Backport of b645be80e99709c8b1f9b3d1c26e99e22fdca08b from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22063#comment:4>