Ticket #16280: 16280.diff
File 16280.diff, 617 bytes (added by , 13 years ago) |
---|
-
docs/topics/http/urls.txt
808 808 namespaces into URLs on specific application instances, according to the 809 809 :ref:`namespaced URL resolution strategy <topics-http-reversing-url-namespaces>`. 810 810 811 Do not mix ``args`` and ``kwargs`` in a single call. All arguments required by 812 the URLconf should be present. 813 811 814 .. admonition:: Make sure your views are all correct. 812 815 813 816 As part of working out which URL names map to which patterns, the