検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 188 for fields (0.079 sec.)
Full text search — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , which has a tagline field. To query against both fields, use a SearchVector : >>> from django.contrib.post ... an integer, for example. In the event that all the fields you're querying on are contained within one partic ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 バリデータを使う ¶ Django's form (and model) fields support use of utility functions and classes known ... emails.""" # Use the parent's handling of required fields, etc. super () . validate ( value ) for email in v ... c_myself and subject : # Only do something if both fields are valid so far. if "help" not in subject : raise ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when entering an invalid uuid in ModelAdmin.raw_id_fields ( #29094 ). 目次 Django 1.11.10 リリースノート CVE ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y string lookup arguments in the admin must be for fields or relations specified in list_filter or date_hier ... scenarios, including rolled-back transactions and fields on different models referencing the same file. In ... swordInput form widget, intended for use with form fields which represent passwords, accepts a boolean keywo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ave been adapted to match those of all other model fields. The first two keyword arguments are now verbose_n ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed incorrect queries with multiple many-to-many fields on a model with the same 'to' model and with relat ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when entering an invalid uuid in ModelAdmin.raw_id_fields ( #29094 ). 目次 Django 2.0.2 リリースノート CVE-2 ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 4829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 4.0 that caused incorrect ModelAdmin.radio_fields layout in the admin ( #33407 ). Fixed a duplicate ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_name [ get_context_object_name() ] extra_context fields form_class [ get_form_class() ] http_method_names ... t_name [ get_context_object_name() ] extra_context fields form_class [ get_form_class() ] http_method_names ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e returned from the database as str objects, model fields that are character based (CharField, TextField, UR ... tures have any decoding applied to them. Those two fields will return their members as Unicode data. All oth ...
https://man.plustar.jp/django/ref/unicode.html - [similar]