検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 153 for Don (0.036 sec.)
The flatpages app — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you want to store in a database but for which you don't want to develop a custom Django application. A f ... re Because the FlatpageFallbackMiddleware is applied only after URL resolution has failed and produced a ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... source SRS manually (for example, some shapefiles don't come with a '.prj' file). An integer SRID, WKT o ... ll be printed subsequent to each model save executed on the database. トラブルシューティング ¶ Running ou ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for {{ site.domain }} or {{ site.name }} . If you do not have the Django sites framework installed, this ... } : {{ obj.description }} This method will be called once per each item in the list returned by items() w ... , Django first tries calling the item_link() method on the Feed class. In a similar way to the title and ... , Django tries executing a get_absolute_url() method on that object. Both get_absolute_url() and item_lin ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elow will be available both on topping.pizza_set and on pizza.toppings . add ( * objs , bulk = True , thr ... rough_defaults dictionary and they will be evaluated once before creating any intermediate instance(s). c ... defines the relationship. In the above example, we don't pass the parameter blog to create() . Django fig ... *objs argument. For ForeignKey objects, this method only exists if null=True . If the related field can' ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Paginator. orphans ¶ Optional. Use this when you don't want to have a last page with very few items. If ... xample, with the default values for on_each_side and on_ends , if the current page is 10 and there are 50 ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen using filter() , this will not limit blogs based on entries that satisfy both conditions. In order to ... do that, i.e. to select all blogs that do not contain entries published with "Lennon" that we ... g behavior in mind, because it may bite you if you don't use your QuerySet s correctly. For example, the ... ion. QuerySet がキャッシュされない場合 ¶ Querysets do not always cache their results. When evaluating onl ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model in the database, so the actual file name used on disk cannot be relied on until after the model ha ... given by the DEFAULT_FILE_STORAGE setting; if you don't explicitly provide a storage system, this is the ...
https://man.plustar.jp/django/topics/files.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ortunately, during DST transitions, some datetimes don't exist or are ambiguous. That's why you should al ... hoices you wish to offer. common_timezones = { 'London' : 'Europe/London' , 'Paris' : 'Europe/Paris' , 'N ... オブジェクトを返します。 Converted datetimes that don't exist or are ambiguous because they fall in a DS ... s a point in time . It's absolute: it doesn't depend on anything. On the contrary, a date is a calendarin ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou are developing a small project or something you don't plan to deploy in a production environment, SQLi ...
https://man.plustar.jp/django/topics/install.html - [similar]
Signals — Django 4.0.6 ドキュメント 5150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels.signals.m2m_changed Sent when a ManyToManyField on a model is changed. django.core.signals.request_s ... t. All of the signal's receiver functions are called one at a time, in the order they were registered. Si ... t before a model gets saved. Most of the time, you don't need to know when any model gets saved -- just w ... Signal instances. 例: import django.dispatch pizza_done = django . dispatch . Signal () This declares a p ...
https://man.plustar.jp/django/topics/signals.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT