Previous topic

response

Next topic

serializer

This Page

reverse

Provide reverse functions that return fully qualified URLs

reverse.reverse(viewname, *args, **kwargs)[source]

Same as django.core.urlresolvers.reverse, but optionally takes a request and returns a fully qualified URL, using the request to get the base URL.

reverse.reverse_lazy(*args, **kw)

Same as django.core.urlresolvers.reverse, but optionally takes a request and returns a fully qualified URL, using the request to get the base URL.