Ticket #16280: 16280.diff

File 16280.diff, 617 bytes (added by paulcwatts, 13 years ago)
  • docs/topics/http/urls.txt

     
    808808namespaces into URLs on specific application instances, according to the
    809809:ref:`namespaced URL resolution strategy <topics-http-reversing-url-namespaces>`.
    810810
     811Do not mix ``args`` and ``kwargs`` in a single call. All arguments required by
     812the URLconf should be present. 
     813
    811814.. admonition:: Make sure your views are all correct.
    812815
    813816    As part of working out which URL names map to which patterns, the
Back to Top