class documentation

class CheckURLMixin:

Known subclasses: django.urls.resolvers.RegexPattern, django.urls.resolvers.RoutePattern

View In Hierarchy

Undocumented

Method ​_check​_pattern​_startswith​_slash Check that the pattern does not begin with a forward slash.
Method describe Format the URL pattern for display in warning messages.
def _check_pattern_startswith_slash(self):
Check that the pattern does not begin with a forward slash.
def describe(self):
Format the URL pattern for display in warning messages.