検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 145 for re (0.045 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 5074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » Django 3.1 release notes ¶ Augu ... st 4, 2020 Welcome to Django 3.1! These release notes cover the new features , as well as som ... ackwards incompatible changes you'll want to be aware of when upgrading from Django 3.0 or earlier. We'v ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » データベースアクセスの最適化 ¶ ... bases. This document gathers together links to the relevant documentation, and adds various tips, organi ... jango. Consider adding indexes to fields that you frequently query using filter() , exclude() , order_by ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » 素の SQL 文の実行 ¶ Django give ... u can use Manager.raw() to perform raw queries and return model instances , or you can avoid the model l ... ayer entirely and execute custom SQL directly . Explore ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 5074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » フォームアセット ( Media クラス ... ) ¶ Rendering an attractive and easy-to-use web form requ ... ires more than just HTML - it also requires CSS styles ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » Django オブジェクトのシリアル化 ... xt-based and used for sending Django data over a wire, but it's possible for a serializer to handle any ... l, you can serialize data like this: from django.core import serializers data = serializers . serialize ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... ); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab-unix").on("click", funct ... メント Home | Table of contents | Index | Modules « previous | up | next » Django への初めてのパッチを書く ... り詳しく説明したいと思います。 困ったときは: If you're having trouble going through this tutorial, please ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » GDAL API ¶ GDAL stands for Geos ... tionality. A subset of GDAL is the OGR Simple Features Library, which specializes in reading and writing ... for some of the capabilities of OGR, including the reading and coordinate transformation of vector spati ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » The Django Template Language ¶ ... </ h1 > {% for story in story_list %} < h2 > < a href = " {{ story.get_absolute_url }} " > {{ story.hea ... nted Django's template language to be usable for more than just XML/HTML templates. You can use the temp ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » Django Utils ¶ This document co ... jango.utils . Most of the modules in django.utils are designed for internal use and only the following p ... arts can be considered stable and thus backwards compatible as per the i ...
https://man.plustar.jp/django/ref/utils.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... メント Home | Table of contents | Index | Modules « previous | up | next » フォームを使う ¶ このドキュメン ... ーム https://docs.djangoproject.com/search/?q=forms&release=1 といった URL が生成されるのが分かるでしょう ... such as an image. A web application that uses GET requests for admin forms is a security risk: it can b ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 NEXT