検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 145 for check (0.057 sec.)
Installing SpatiaLite — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g it into a full-featured spatial database. First, check if you can install SpatiaLite from system packages ... e installed prior to building SpatiaLite. SQLite ¶ Check first if SQLite is compiled with the R*Tree module ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
設定 — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st', '127.0.0.1', '[::1]'] . ALLOWED_HOSTS is also checked when running tests . このヘッダの検証は get_host ... corrupted on disk, thereby causing CSRF protection checks to (sometimes intermittently) fail. Change this s ... tches the origin present in the Host header. These checks prevent, for example, a POST request from subdoma ... not the scheme or an asterisk. Also, Origin header checking isn't performed in older versions. DATABASES ¶ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion.c-content-win").hide(); $(".c-tab-unix").prop("checked", true); }); $(".c-tab-win").on("click", functio ... ion.c-content-unix").hide(); $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュ ... I wiki page for instructions. If you find yourself checking out pull requests locally more often, this git ... \"git fetch upstream pull/${1}/head:pr/${1} && git checkout pr/${1}\" Add it to your ~/.gitconfig , and set ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go application raises a 404 error, this middleware checks the flatpages database for the requested URL as a ... last resort. Specifically, it checks for a flatpage with the given URL with a site ID ... ess flatpage objects via the Django database API . Check for duplicate flatpage URLs. If you add or modify ... atpages via your own code, you will likely want to check for duplicate flatpage URLs within the same site. ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y can be customized to use any other JS framework. check management command added for verifying compatibili ... ty ¶ A check management command was added, enabling you to veri ... RF_COOKIE_HTTPONLY . The assertQuerysetEqual() now checks for undefined order and raises ValueError if unde ... the admin. The documentation contains a deployment checklist . The diffsettings command gained a --all opti ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rd)) and add the corresponding password hasher for checking if a user entered the correct password on login ... ou can use them independently from the User model. check_password ( password , encoded ) ¶ If you'd like to ... word in the database, use the convenience function check_password() . It takes two arguments: the plain-tex ... t password to check, and the full value of a user's password field in ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a particular database. In order to do that you can check the database connection's alias inside a RunPython ... ector that the new model has been created. You can check the existing table name through sqlmigrate or dbsh ... ell . You can check the new table name with the through model's _meta. ... te ( database_operations = [ # Old table name from checking with sqlmigrate, new table # name from AuthorBo ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... new features Minimizing images An example Spelling check Link check Translating documentation django-admin ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... returned from the command.handle() method. The new check --fail-level option allows specifying the message ... t with a non-zero status. The new makemigrations --check option makes the command exit with a non-zero stat ... te parent. The new BaseCommand.requires_migrations_checks attribute may be set to True if you want your com ... tion . The migrate and makemigrations commands now check for a consistent migration history . If they find ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... maintainers of third-party session backends should check whether the same vulnerability is present in their ... nstead of simply casting the value using int() and checking if an exception was raised. Denial-of-service p ... me on Python 3 by fixing the false positive system check ( #25016 ). Fixed inline forms that use a parent o ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT