検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 106 for max (0.054 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ( models . Model ): name = models . CharField ( max_length = 200 ) def get_absolute_url ( self ): retu ... or ( models . Model ): name = models . CharField ( max_length = 200 ) created_by = models . ForeignKey ( ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n ( models . Model ): title = models . CharField ( max_length = 30 ) class Meta : ordering = [ 'title' ] ... models . Model ): headline = models . CharField ( max_length = 100 ) publications = models . ManyToManyF ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... INUM , 'Platinum' ), ] name = models . CharField ( max_length = 50 ) registered_on = models . DateField ( ... ) account_type = models . CharField ( max_length = 1 , choices = ACCOUNT_TYPE_CHOICES , defa ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sm controls how many threads will run in parallel. maxmem limits the maximum size of memory that can be u ... tor * 2 * block_size * 64 so you may need to tweak maxmem when changing the work_factor or block_size val ... ator ( user_attributes = DEFAULT_USER_ATTRIBUTES , max_similarity = 0.7 ) ¶ Validates whether the passwor ... il' . Attributes that don't exist are ignored. The maximum allowed similarity of passwords can be set on ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r_name = forms . CharField ( label = 'Your name' , max_length = 100 ) これは、単一のフィールド ( your_nam ... ベルと同じではありますが)。 フィールドの最大文字数は max_length によって定義されます。これは2つのことをしま ... す。HTML の <input> に maxlength="100"` を配置します (そしてブラウザはユーザー ... id = "your_name" type = "text" name = "your_name" maxlength = "100" required > <form> や送信ボタンを含ん ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Django 1.4 documentation 5678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models . Model ): full_name = models . CharField ( max_length = 70 ) def __unicode__ ( self ): return sel ... . DateTimeField () headline = models . CharField ( max_length = 200 ) content = models . TextField () rep ... . DateTimeField () headline = models . CharField ( max_length = 200 ) content = models . TextField () rep ... のコマンドから .py を削除 して操作を続けてください。 Max OS X でのパーミッションに関するエラー Mac OS X を使 ...
https://man.plustar.jp/django/contents.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d sessions to avoid storing unnecessary data. CONN_MAX_AGE ¶ 永続的なデータベース接続 を有効化すると、リク ... OKIE_SECURE パフォーマンスの最適化 セッション CONN_MAX_AGE TEMPLATES エラーのレポート LOGGING ADMINS と M ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( models . Model ): title = models . CharField ( max_length = 100 ) body = models . TextField () status ... = models . CharField ( max_length = 1 , choices = STATUS_CHOICES ) def __str_ ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odels . Model ): first_name = models . CharField ( max_length = 100 ) last_name = models . CharField ( ma ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " height = "10" width = " {% widthratio this_value max_value max_width %} " > ここで this_value = 175 、 ... blocktranslate like this: {% widthratio this_value max_value max_width as width %} {% blocktranslate %} T ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT