Commit b498ce82 authored by Dmitry Medvinsky's avatar Dmitry Medvinsky
Browse files

Fix typo in URLs reversing docs

parent 7ef2781c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@ Or in Python code::
        # ...
        year = 2006
        # ...
        return HttpResponseRedirect(reverse('new.views.year_archive', args=(year,)))
        return HttpResponseRedirect(reverse('news.views.year_archive', args=(year,)))

If, for some reason, it was decided that the URL where content for yearly
article archives are published at should be changed then you would only need to