Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▾ checks
▸ async_checks
▾ caches
▸ compatibility
▸ database
▸ messages
▸ model_checks
▸ registry
▸ security
▸ templates
▸ translation
▸ urls
▸ exceptions
▸ files
▸ handlers
▸ mail
▸ management
▸ paginator
▸ serializers
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module caches
django
.
core
.
checks
.
caches
source
link
Functions
▷
def
check_cache_location_not_exposed
(
app_configs, **kwargs
)
@register(Tags.caches, deploy=True)
@register(Tags.caches, deploy=True)
def
check_cache_location_not_exposed(
app_configs, **kwargs
)
source
link
▷
def
check_default_cache_is_configured
(
app_configs, **kwargs
)
@register(Tags.caches)
@register(Tags.caches)
def
check_default_cache_is_configured(
app_configs, **kwargs
)
source
link
▷
def
check_file_based_cache_is_absolute
(
app_configs, **kwargs
)
@register(Tags.caches)
@register(Tags.caches)
def
check_file_based_cache_is_absolute(
app_configs, **kwargs
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04