The horizon.utils.reverse_bugfix ModuleΒΆ

Bugfix for issue #15900: https://code.djangoproject.com/ticket/15900.

This code is largely reproduced from https://code.djangoproject.com/browser/django/trunk/django/core/urlresolvers.py and is the work of Django’s authors: https://code.djangoproject.com/browser/django/trunk/AUTHORS

It is licensed under Django’s BSD license, available here: https://code.djangoproject.com/browser/django/trunk/LICENSE

To use, simply import this code in your project’s root URLconf file before defining any URL patterns.

horizon.utils.reverse_bugfix.resolver_reverse(self, lookup_view, *args, **kwargs)[source]
horizon.utils.reverse_bugfix.reverse(viewname, urlconf=None, args=None, kwargs=None, prefix=None, current_app=None)[source]

Previous topic

The horizon.utils Module

Next topic

The horizon.utils.validators Module

This Page