- Language: en
10 results for dir in version 5.0
-
Django 1.8 release notes
- … dirs argument of template-finding functions The following functions will no longer accept a dirs …
-
Django 1.2 release notes
- … dir__() . If you used LazyObject in your own code and implemented the get_all_members …
-
Django 1.7 release notes
- … dirs parameter which is a list or tuple to override TEMPLATE_DIRS : django.template.loader.get_template() django.template.loader.select …
-
Django 1.10 release notes
- … DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatibility alias django.template.loader.BaseLoader is removed. Django …
-
Django 1.3 release notes
- … DIRS , and will be served at STATIC_URL . See the reference documentation of the app for more …
-
Django 2.0 release notes
- … dirs argument for template loaders is removed: django.template.loaders.base.Loader.get_template() django.template.loaders.cached.Loader.cache_key() django.template.loaders.cached.Loader.get_template() django.template.loaders.cached.Loader.get_template …
-
Django 3.1 release notes
- … DIRS setting now supports pathlib.Path . Cache The cache_control() decorator and patch_cache_control() method …
-
Django 4.0.4 release notes
- … detect changes when the DIRS option of the TEMPLATES setting contained an empty string ( #33628 ). …
-
Django 3.2.1 release notes
- … DIRS setting with a list of 2-tuples of (prefix, path) ( #32665 ). Fixed a long …
-
Django 3.2.13 release notes
- … detect changes when the DIRS option of the TEMPLATES setting contained an empty string ( #33628 ). …