Skip to content

Commit

Permalink
[1.6.x] Added missing request argument to example in URL dispatcher docs
Browse files Browse the repository at this point in the history
Backport of a0c5811 from master
  • Loading branch information
alasdairnicol authored and timgraham committed Aug 3, 2013
1 parent 9725415 commit ccef8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/http/urls.txt
Expand Up @@ -412,7 +412,7 @@ For example::
) )


In this example, for a request to ``/blog/2005/``, Django will call In this example, for a request to ``/blog/2005/``, Django will call
``blog.views.year_archive(year='2005', foo='bar')``. ``blog.views.year_archive(request, year='2005', foo='bar')``.


This technique is used in the This technique is used in the
:doc:`syndication framework </ref/contrib/syndication>` to pass metadata and :doc:`syndication framework </ref/contrib/syndication>` to pass metadata and
Expand Down

0 comments on commit ccef8b2

Please sign in to comment.