検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 145 for re (0.066 sec.)
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5995
" + 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ソースコードレポジトリ ¶ ... 明しています。 大局的な概要 ¶ The Django source code repository uses Git to track changes to the code over ... ins vast amounts of documentation . The Django Git repository is located online at github.com/django/dja ...
https://man.plustar.jp/django/internals/git.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5995
" + 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 » マネージャ ¶ class Manager ¶ マ ... するのではなく、 モデルメソッド を使ってください。 For example, this custom Manager adds a method with_cou ... er ( models . Manager ): def with_counts ( self ): return self . annotate ( num_responses = Coalesce ( m ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ltins.tfilters) != -1) { var fragment = filtername.replace(/_/, '-'); $(elem).html(" " + filtername + " ... I. """ if using is None : using = DEFAULT_DB_ALIAS return connections [ using ] [ドキュメント] def get_a ... """Get the autocommit status of the connection.""" return get_connection ( using ) . get_autocommit () [ ... """Set the autocommit status of the connection.""" return get_connection ( using ) . set_autocommit ( au ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 5924
" + 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 » How to upgrade Django to a newe ... Older version of Django will eventually no longer receive security updates. (see サポートバージョン ). ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5924
" + 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 » Working with Git and GitHub ¶ T ... e community can contribute code to Django via pull requests. If you're interested in how mergers handle ... them, see コードのコミット . Below, we are going to show how to create a GitHub pull request ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 5924
" + 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 2.2.4 リリースノート ¶ A ... ls.text.Truncator 's chars() and words() methods were passed the html=True argument, they were extremely ... to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods a ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5853
" + 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 は内部的に aware なタイムゾーンオブジェクトを使用して、データベース ... only one time zone, it's still good practice to store data in UTC in your database. The main reason is d ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5782
" + 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 » How to override templates ¶ プロ ... ください。 Overriding from the project's templates directory ¶ 最初に、プロジェクトのテンプレートディレクト ... プレートのオーバーライドを検討します。 Let's say you're trying to override the templates for a third-party ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5782
" + 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 » GeoDjango Tutorial ¶ はじめに ¶ ... jango strives to make it as simple as possible to create geographic web applications, like location-base ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5782
" + 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 » Unicode data ¶ Django supports ... Unicode data everywhere. This document tells you what you need to know if ... you're writing applications that use data or templates th ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT