Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▾ urls
▸ base
▸ conf
▸ converters
▸ exceptions
▾ resolvers
class
CheckURLMixin
class
LocalePrefixPattern
class
LocaleRegexDescriptor
class
RegexPattern
class
ResolverMatch
class
RoutePattern
class
URLPattern
class
URLResolver
▸ utils
▸ utils
▸ views
Class LocalePrefixPattern
django
.
urls
.
resolvers
.
LocalePrefixPattern
Declaration
class
LocalePrefixPattern
source
link
Methods
▷
def
__init__
(
self, prefix_default_language=True
)
source
link
▷
def
__str__
(
self
)
source
link
▷
def
check
(
self
)
source
link
▷
def
describe
(
self
)
source
link
▷
def
language_prefix
(
self
)
@property
@property
def
language_prefix(
self
)
source
link
▷
def
match
(
self, path
)
source
link
▷
def
regex
(
self
)
@property
@property
def
regex(
self
)
source
link
Reexports
Imported in
django.conf.urls.i18n
.
Imported in
django.urls.conf
.
Imported in
django.urls
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04