検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 208 for Database (0.127 sec.)
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 4620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payl ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 4588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 使うには? How to authenticate against Django's user database from Apache application オブジェクト Settings モジ ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
サードパーティの Django ディストリビューション — Django 4.0.6 ドキュメント 4588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bility to automatically install dependencies (like database adapters) that Django requires. Typically, these p ...
https://man.plustar.jp/django/misc/distributions.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 4588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payl ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ithout requiring a login ¶ If you have an existing database with an older, weak hash such as MD5 or SHA1, you ... plain-text password to the hashed password in the database, use the convenience function check_password() . I ... d the full value of a user's password field in the database to check against, and returns True if they match, ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django 1.4 documentation 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ame = 'John Smith' ) .. # Save the object into the database. You have to call save() explicitly. # オブジェクト ... 。 >>> r . id 1 .. # Now the new reporter is in the database. # 作成した Reporter はデータベース上にあります。 ... full_name 'John Smith' .. # Django provides a rich database lookup API. # Django は充実したデータベース検索 AP ... 1 ) >>> a . save () .. # Now the article is in the database. # これで Article はデータベースに入りました。 >>> ...
https://man.plustar.jp/django/contents.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トピックへ How to authenticate against Django's user database from Apache 次のトピックへ How to use Django with ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... へ PostgreSQL specific model indexes 次のトピックへ Database migration operations 関連キーワード PostgreSQL , l ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o uses this parser for deserializing XML-formatted database fixtures. The fixture deserializer is not intended ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 4567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ython 3 (#20773). Made DjangoTestSuiteRunner.setup_databases properly handle aliases for the default database ... (#19940) and prevented teardown_databases from attempting to tear down aliases (#20681). Fi ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]