検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 345 for when (0.128 sec.)
モデルからフォームを作成する — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) is only required if you use save(commit=False) . When you use a save() on a form, all data -- including ... nows how to interact with a particular model. 注釈 When using multi-table inheritance , forms generated by ... bjects . none ()) フォームを変更する ¶ By default, when you use modelformset_factory , a model form will b ... in the formset by specifying an initial parameter when instantiating the model formset class returned by ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ient, so that the session data will be invalidated when being tampered with. The same invalidation happens ... value is 0 , the user's session cookie will expire when the user's web browser is closed. もし value が No ... nds to determine the session expiry age in seconds when saving the session. It is not really intended for ... determine the remaining lifetime of a session just when you have the correct modification value and the ex ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 設定ファイルの指定 ¶ DJANGO_SETTINGS_MODULE ¶ When you use Django, you have to tell it which settings ... is mostly necessary -- and, indeed, recommended -- when you're using a piece of the framework inside a lar ... s only necessary if your code is truly standalone. When invoked by your web server, or through django-admi ...
https://man.plustar.jp/django/topics/settings.html - [similar]
LICENSE.txt 3951
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... n, so you shouldn't need to do anything additional when using these files normally. We've kept attribution ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bug page has hooks to provide detailed information when a template error arises. Custom template engines c ... tmortem by passing the backend and tried arguments when raising TemplateDoesNotExist . Backends that use t ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsists of two steps: run the collectstatic command when static files change, then arrange for the collecte ... ften make for faster-loading web pages (especially when using a CDN). これらのサービスを使う場合でも、基本 ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... culations and return linear units. In other words, when ST_Distance is called on two geographies, a value ... entation contains a helpful section on determining when to use geography data type over geometry data type ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... railing_nulls ¶ By default, this is set to False . When False , each value from the repeated fields is sto ... red. When set to True , any trailing values which are blank ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.11.24 リリースノート — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .contrib.postgres.fields.JSONField and HStoreField when using on expressions with params ( #30672 ). 目次 ...
https://man.plustar.jp/django/releases/1.11.24.html - [similar]
Django 1.11.25 リリースノート — Django 4.0.6 ドキュメント 3951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in 1.11.23. Bugfixes ¶ Fixed a crash when filtering with a Subquery() annotation of a querys ...
https://man.plustar.jp/django/releases/1.11.25.html - [similar]