Kaydet (Commit) a6acfc31 authored tarafından Tim Graham's avatar Tim Graham

Refs #17914 -- Discouraged using reverese() with callables.

üst b47e862d
......@@ -26,6 +26,7 @@ you can use any of the following to reverse the URL::
reverse('news_archive')
# passing a callable object
# (This is discouraged because you can't reverse namespaced views this way.)
from news import views
reverse(views.archive)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment