検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 193 for could (0.106 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... site serves user-uploaded files, a malicious user could upload a specially-crafted file that would be inte ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d file's on-disk filename, or the file's size, you could use the name and size attributes respectively; for ... hin your web server's document root, then somebody could upload a CGI or PHP script and execute that script ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ren't removed from Django so that third party apps could continue using them until the Python 2 end-of-life ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as it is powerful. For instance, if we wanted, we could use self.request.user to filter using the current ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
モデル — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... licating those fields in the Restaurant model, you could make Restaurant have a OneToOneField to Place (bec ... t ( first_name = "foobar" ) <MyPerson: foobar> You could also use a proxy model to define a different defau ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the author's name is the same as the blog name, we could issue the query: >>> Entry . objects . filter ( au ... path, add the isnull lookup. 警告 Since any string could be a key in a JSON object, any lookup other than t ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data from your tables into a serialized form, you could use the dumpdata management command. データのシリア ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption to 'myproject.jinja2.environment' . Then you could use the following constructs in Jinja2 templates: ...
https://man.plustar.jp/django/topics/templates.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs through HttpResponse.headers . For example, you could determine the content type of a response using res ... rticular optional library in order to succeed, you could decorate the test case with @skipIf . Then, the te ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ","4326"]]' ) >>> srs = SpatialReference ( wkt ) # could also use 'WGS84', or 4326 >>> print ( srs [ 'GEOGC ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]