検索

phrase: max: clip:
target: order:
Results of 91 - 98 of about 98 for contain (0.035 sec.)
フォームを使う — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields. When this method is called, if all fields contain valid data, it will: True を返します フォームのデー ... { field.errors }} Outputs a <ul class="errorlist"> containing any validation errors corresponding to this fie ... In this case, each object in the loop is a string containing the error message. {{ field.is_hidden }} この属 ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itance , forms generated by a formset factory will contain a parent link field (by default <parent_model_name ... efore saving them to the database. If your formset contains a ManyToManyField , you'll also need to call form ... your model formset will have three new attributes containing the formset's changes: models.BaseModelFormSet. ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to your authors app - the resulting migration will contain a dependency on a migration in authors . This mean ... 01_initial... OK A migration is irreversible if it contains any irreversible operations. Attempting to revers ... es around for as long as there is a migration that contains a reference to them. On the plus side, methods an ... tion. 値のシリアル化 ¶ Migrations are Python files containing the old definitions of your models - thus, to w ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行われるとき、Django は検索クエリを単語に分割し、( icontains 検索を使って) 大文字と小文字を区別しない各単語を含 ... last_name ILIKE '%lennon%' ) The search query can contain quoted phrases with spaces. For example, if a user ... on%' OR last_name ILIKE '%john winston%' ) 検索に icontains を使いたくない場合、フィールドに検索方法を追加する ... ックス 検索方法 ^ startswith = iexact @ search None icontains 検索方法をカスタムする必要がある場合は、 ModelAdm ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment is an iterable of 2-tuples, with each 2-tuple containing a value and a human-readable name for an option ... 。 If you specify a string value or a Path , it may contain strftime() formatting, which will be replaced by t ... paper term. A slug is a short label for something, containing only letters, numbers, underscores or hyphens. ... に渡されます。 Lookups on PostgreSQL Using iexact , contains , icontains , startswith , istartswith , endswith ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 注釈 If urlize is applied to text that already contains HTML markup, or to email addresses that contain s ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
モデル — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... つかの制約があります。 Your intermediate model must contain one - and only one - foreign key to the source mod ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error_message % { 'num' : number }) If the string contains exactly one unnamed placeholder, you can interpol ... mat_string or any of the arguments to str.format() contains lazy translation objects. Instead, you can use dj ... yes" and "no" . The translated string will need to contain the comma so that the filter parsing code knows ho ... inja2 templates. To extract strings from a project containing Jinja2 templates, use Message Extracting from B ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT