- Language: en
330 results for set in the development version
-
Django 1.7 release notes
- … set lastmod . django.contrib.sites The new django.contrib.sites.middleware.CurrentSiteMiddleware allows setting the current site on each request. django.contrib.staticfiles …
-
How to use sessions
- … set the SESSION_ENGINE setting to "django.contrib.sessions.backends.file" . You might also want to set …
-
Django 1.10 release notes
- … set() method added in Django 1.9: >>> e . related_set . set ([ obj1 , obj2 …
-
Translation
- … set USE_I18N = False in your settings file. Then Django will make some optimizations so as not to load …
-
How to use Django’s CSRF protection
- … setting. If you override that setting, remember that 'django.middleware.csrf.CsrfViewMiddleware' should come before any view middleware …
-
Clickjacking Protection
- … settings. Setting X-Frame-Options per view To set the X-Frame-Options header on a per view …
-
Django 3.0 release notes
- … settings to set the HttpOnly , SameSite , and Secure flags on language cookies. The default values …
-
Django’s cache framework
- … set_many ( dict , timeout ) To set multiple values more efficiently, use set_many() to pass …
-
The Django admin site
- … setting. By default, this is set to 200 . ModelAdmin. list_per_page Set list_per_page …
-
Unit tests
- … settings = my_postgres_settings ...\> tox -e py312-postgres -- --settings=my_postgres_settings This command …