mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
This commit is contained in:
parent
c67ea79aa9
commit
ba755ca131
57 changed files with 443 additions and 269 deletions
|
@ -115,7 +115,9 @@ and traverses the patterns in order. After finding the match at ``'polls/'``,
|
|||
it strips off the matching text (``"polls/"``) and sends the remaining text --
|
||||
``"34/"`` -- to the 'polls.urls' URLconf for further processing. There it
|
||||
matches ``'<int:question_id>/'``, resulting in a call to the ``detail()`` view
|
||||
like so::
|
||||
like so:
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
detail(request=<HttpRequest object>, question_id=34)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue