検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 71 for able (0.068 sec.)
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up django.dispatch.d ... which is to receive signals. Receivers must be hashable objects. If weak is True, then receiver must be we ... ak referenceable. Receivers must be able to accept keyword argument ... usually be a string, though it may be anything hashable. """ from django.conf import settings # If DEBUG i ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... do: git checkout - b ticket_xxxxx_1_4 upstream / stable / 1.4 . x Assume the work is carried on the ticket ... to ease the work of the merger. If you're uncomfortable with English, try at least to describe precisely w ... hould mention in the ticket that your work is available from branch ticket_xxxxx of your GitHub repo. Incl ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ¶ In some rare circumstances, it's necessary to be able to force the save() method to perform an SQL INSER ... name' ]) The update_fields argument can be any iterable containing strings. An empty update_fields iterabl ... イドする を参照してください。 Sometimes with multi-table inheritance you may want to delete only a child mo ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ts use of SQL and relational design, you should be able to subclass one of the built-in Django SchemaEdito ... emaEditor. create_model ( model ) ¶ Creates a new table in the database for the provided model, along with ... ditor. delete_model ( model ) ¶ Drops the model's table in the database along with any unique constraints ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... 96 until the next official release; then you'll be able to upgrade in one step instead of needing to make ... とした場合は例外が発生します。 If you're currently unable to upgrade your copy of MySQLdb to meet this requi ... atabases documentation for details), are only available on the "mysql" backend, and will not be made avail ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... migrate command to automatically create database tables for your models (after first installing Django an ... re that Django has permission to create and alter tables in the database you're using; if you plan to manu ... ally create the tables, you can grant Django SELECT , INSERT , UPDATE an ...
https://man.plustar.jp/django/topics/install.html - [similar]
Signals — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... get added to the signal and your receiver must be able to handle those new arguments. Connecting receiver ... ntifier will usually be a string, although any hashable object will suffice. The end result is that your r ...
https://man.plustar.jp/django/topics/signals.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ess to a protected resource, for example a downloadable file that a user has paid for. SECRET_KEY を守る ¶ ... your SECRET_KEY is stolen an attacker will not be able to execute arbitrary commands by exploiting the pi ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up django.utils.html ... のソースコード """HTML utilities suitable for global use.""" import html import json import ... == new_value . count ( "<" ): # _strip_once wasn't able to detect more tags. break value = new_value retur ... = False ): """ Convert any URLs in text into clickable links. Works on http://, https://, www. links, and ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... e, unless a code example is significantly less readable when split over two lines, or for another good rea ... ample. Use :envvar: to refer to an environment variable. You may also need to define a reference to the do ... cumentation for that environment variable using .. envvar:: . Django-specific markup ¶ Sphin ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT