検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 175 for they (0.107 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ovide a success_url for CreateView or UpdateView - they will use get_absolute_url() on the model object if ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... entries that were modified more than 3 days after they were published: >>> from datetime import timedelta ... nd all Entry objects published in the same year as they were last modified: >>> Entry . objects . filter ( ... s. All arguments provided to a lookup function (be they keyword arguments or Q objects) are "AND"ed togeth ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... such models. Keyword arguments aren't documented; they're a private API. """ self . apps . check_models_r ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thing = True # Keep parentheses at the end only if they're balanced. if ( middle . endswith ( closing ) an ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as Django did. Also if it needs any extra fields, they should be added in operations after SeparateDataba ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... action , name = None ) ¶ Some actions are best if they're made available to any object in the admin site ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... geography columns in your database instead because they are able to use their spatial index in distance qu ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Full text search — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd how important the part of the document is where they occur. The better the match, the higher the value ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... agile to hard-code the site IDs like that, in case they change. The cleaner way of accomplishing the same ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... small files into memory and large ones onto disk. They are located in django.core.files.uploadhandler . c ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]