- Language: en
272 results for set in version 2.2
-
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 …
-
Django 1.10 release notes
- … set() method added in Django 1.9: >>> e . related_set . set ([ obj1 , obj2 …
-
How to use sessions
- … set the SESSION_ENGINE setting to "django.contrib.sessions.backends.file" . You might also want to set …
-
Translation
- … set USE_I18N = False in your settings file. Then Django will make some optimizations so as not to load …
-
Cross Site Request Forgery protection
- … setting is set, the referer is compared against it. This setting supports subdomains. For example …
-
Clickjacking Protection
- … settings. Setting X-Frame-Options per view To set the X-Frame-Options header on a per view …
-
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 …
-
Django 1.8 release notes
- … settings. The SMTP EmailBackend now supports setting the timeout parameter with the EMAIL_TIMEOUT setting …
-
Unit tests
- … settings = my_postgres_settings This command sets up a Python 3.5 virtual environment, installs Django …