検索

phrase: max: clip:
target: order:
Results of 151 - 158 of about 158 for custom (0.094 sec.)
フォーム API — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate defined by template_name_ul . If you'd like to customize the rendering of errors this can be achieved by ... for="id_message">Message:</label> If you'd like to customize the rendering this can be achieved by overridin ... >> print ( bound_form [ 'subject' ] . value ()) hi Customizing BoundField ¶ If you need to access some addit ... subclass of Field isn't sufficient, consider also customizing BoundField . A custom form field can override ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ] As you can see, SlugField is a CharField with a customized validator that validates that submitted text o ... he cleaning process and it will, in turn, call the custom to_python() and validate() methods. 特定のフィール ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng the force_insert/force_update flag, or invoking custom SQL. There are several ways to recover from this s ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... guage selection based on data from the request. It customizes content for each user. To use LocaleMiddleware ... ublanguage, like de-ch or en-us ). If you define a custom LANGUAGES setting, as explained in the previous bu ... vaScriptCatalog for more details. You can also put custom format files in the LOCALE_PATHS directories if yo ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 Django開発者はまた、 生のクエリ を書くことや custom SQL を実行することができます。これらの手段は慎重に ...
https://man.plustar.jp/django/topics/security.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( pk = 1 ) <Question: What's up?> # Make sure our custom method worked. >>> q = Question . objects . get ( ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
データベース — Django 4.0.6 ドキュメント 4700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RANS_TABLES or STRICT_ALL_TABLES ). If you need to customize the SQL mode, you can set the sql_mode variable ... tring before using it in a query. If you implement custom model fields that inherit from Field directly, are ...
https://man.plustar.jp/django/ref/databases.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... みます: {% load foo bar from somelibrary %} 詳しくは Custom tag and filter libraries を参照してください。 lore ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 NEXT